filehandling/fileconverterfw/INC/coninternal.h
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #if !defined(__con_internal_H__)
       
    17 #define __con_internal_H__
       
    18 #include <f32file.h>
       
    19 #include <barsc.h>
       
    20 
       
    21 #if !defined(__E32BASE_H__)
       
    22 #include <e32base.h>
       
    23 #endif
       
    24 #if !defined(__APMSTD_H__)
       
    25 #include <apmstd.h>
       
    26 #endif
       
    27 
       
    28 class CConverterBase;
       
    29 /**
       
    30 @internalComponent
       
    31 @deprecated
       
    32 */
       
    33 const TInt KUidConverterDllValue8=0x10000C61;
       
    34 
       
    35 /**
       
    36 @internalComponent
       
    37 @deprecated
       
    38 */
       
    39 const TUid KUidConverterDll8={KUidConverterDllValue8};
       
    40 
       
    41 /**
       
    42 @internalComponent
       
    43 */
       
    44 const TInt KUidConverterInfoStreamValue=0x10000CD0;
       
    45 
       
    46 /**
       
    47 @internalComponent
       
    48 */
       
    49 const TUid KUidConverterInfoStream={KUidConverterInfoStreamValue};
       
    50 
       
    51 class ConverterListUtil
       
    52 /** @internalComponent */
       
    53 	{
       
    54 public:
       
    55 	static CConverterBase* UtilityConverterL(TUid aUid);
       
    56 	static TInt CountUtilityConverters();
       
    57 	};
       
    58 
       
    59 #endif