diff -r 48780e181b38 -r 578be2adaf3e Symbian3/PDK/Source/GUID-008F9006-8548-443D-A7ED-4A8233E051C6.dita --- a/Symbian3/PDK/Source/GUID-008F9006-8548-443D-A7ED-4A8233E051C6.dita Tue Jul 20 12:00:49 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-008F9006-8548-443D-A7ED-4A8233E051C6.dita Fri Aug 13 16:47:46 2010 +0100 @@ -1,33 +1,33 @@ - - - - - -Implement -the ECom framework code -

Converters must provide the standard ECom factory code -to create an instance of the converter. For example,

CConverterBase2* CExampleConverter::NewL() - { - CConverterBase2* conv = new( ELeave ) CExampleConverter(); - return conv; - } -// Standard ECOM factory code -const TImplementationProxy ImplementationTable[] = - { - IMPLEMENTATION_PROXY_ENTRY( KExampleConvImplementationUid, CExampleConverter::NewL ) - }; -// Standard ECOM factory code -EXPORT_C const TImplementationProxy* ImplementationGroupProxy( TInt& aTableCount ) - { - aTableCount = sizeof( ImplementationTable ) / sizeof( TImplementationProxy ); - return ImplementationTable; - } -

For more details on ECom factory code, see Exporting the implementation -factories.

+ + + + + +Implement +the ECom framework code +

Converters must provide the standard ECom factory code +to create an instance of the converter. For example,

CConverterBase2* CExampleConverter::NewL() + { + CConverterBase2* conv = new( ELeave ) CExampleConverter(); + return conv; + } +// Standard ECOM factory code +const TImplementationProxy ImplementationTable[] = + { + IMPLEMENTATION_PROXY_ENTRY( KExampleConvImplementationUid, CExampleConverter::NewL ) + }; +// Standard ECOM factory code +EXPORT_C const TImplementationProxy* ImplementationGroupProxy( TInt& aTableCount ) + { + aTableCount = sizeof( ImplementationTable ) / sizeof( TImplementationProxy ); + return ImplementationTable; + } +

For more details on ECom factory code, see Exporting the implementation +factories.

\ No newline at end of file