epoc32/include/txtrich.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
     1.1 --- a/epoc32/include/txtrich.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/txtrich.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -1,17 +1,20 @@
     1.4 -// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 -// All rights reserved.
     1.6 -// This component and the accompanying materials are made available
     1.7 -// under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     1.8 -// which accompanies this distribution, and is available
     1.9 -// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
    1.10 -//
    1.11 -// Initial Contributors:
    1.12 -// Nokia Corporation - initial contribution.
    1.13 -//
    1.14 -// Contributors:
    1.15 -//
    1.16 -// Description:
    1.17 -//
    1.18 +/*
    1.19 +* Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
    1.20 +* All rights reserved.
    1.21 +* This component and the accompanying materials are made available
    1.22 +* under the terms of "Eclipse Public License v1.0"
    1.23 +* which accompanies this distribution, and is available
    1.24 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.25 +*
    1.26 +* Initial Contributors:
    1.27 +* Nokia Corporation - initial contribution.
    1.28 +*
    1.29 +* Contributors:
    1.30 +*
    1.31 +* Description: 
    1.32 +*
    1.33 +*/
    1.34 +
    1.35  
    1.36  #ifndef __TXTRICH_H__
    1.37  #define __TXTRICH_H__
    1.38 @@ -23,6 +26,10 @@
    1.39  #include <mparser.h>
    1.40  #include <medobsrv.h>
    1.41  
    1.42 +#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
    1.43 +#include <txtrich_internal.h>
    1.44 +#include <txtclipboard.h>
    1.45 +#endif
    1.46  
    1.47  // forward references
    1.48  class CRichTextIndex;
    1.49 @@ -35,16 +42,6 @@
    1.50  class CParserData;
    1.51  
    1.52  
    1.53 -/**
    1.54 -UIDs
    1.55 -@internalComponent 
    1.56 -*/
    1.57 -const TUid KRichTextStyleDataUid = { 268450335 };
    1.58 -const TUid KClipboardUidTypeRichText = { 268450336 };
    1.59 -const TUid KClipboardUidTypeRichTextWithStyles = { 268450337 };
    1.60 -const TUid KRichTextMarkupDataUid = { 268435558 };
    1.61 -
    1.62 -
    1.63  class CRichText : public CGlobalText
    1.64  /** 
    1.65  Text with rich formatting.
    1.66 @@ -327,3 +324,6 @@
    1.67  
    1.68  
    1.69  #endif
    1.70 +
    1.71 +
    1.72 +