charconvfw/charconvplugins/src/plugins/ISO2022JP1_2.CPP
changeset 37 6be019398652
parent 0 1fb32624e06b
child 44 601ab138ba0b
equal deleted inserted replaced
32:8b9155204a54 37:6be019398652
   201 	FeatureManager::InitializeLibL();
   201 	FeatureManager::InitializeLibL();
   202 	}
   202 	}
   203 
   203 
   204 const TImplementationProxy ImplementationTable[] = 
   204 const TImplementationProxy ImplementationTable[] = 
   205 	{
   205 	{
   206 		IMPLEMENTATION_PROXY_ENTRY(0x100066A3,	CISO2022JP1ConverterImpl::NewL)
   206 #ifdef S60_TEST
       
   207     IMPLEMENTATION_PROXY_ENTRY(0x01000009,  CISO2022JP1ConverterImpl::NewL)
       
   208 #else
       
   209 	IMPLEMENTATION_PROXY_ENTRY(0x100066A3,	CISO2022JP1ConverterImpl::NewL)
       
   210 #endif	
   207 	};
   211 	};
   208 
   212 
   209 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(TInt& aTableCount)
   213 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(TInt& aTableCount)
   210 	{
   214 	{
   211 	aTableCount = sizeof(ImplementationTable) / sizeof(TImplementationProxy);
   215 	aTableCount = sizeof(ImplementationTable) / sizeof(TImplementationProxy);