commands/ecom/ecom.cpp
changeset 73 dc41da2f70a4
parent 0 7f656887cf89
equal deleted inserted replaced
69:849a0b46c767 73:dc41da2f70a4
   121 		}
   121 		}
   122 	else if (iCmd == ECreate)
   122 	else if (iCmd == ECreate)
   123 		{
   123 		{
   124 		TUid implKey; // We don't care about this
   124 		TUid implKey; // We don't care about this
   125 		TAny* impl = NULL;
   125 		TAny* impl = NULL;
   126 		TRAPL(impl = REComSession::CreateImplementationL(uid, implKey), _L("Couldn't instanciate plugin uid 0x%x"), iUid);
   126 		TRAPL(impl = REComSession::CreateImplementationL(uid, implKey), _L("Couldn't instantiate plugin uid 0x%x"), iUid);
   127 		if (impl == NULL) LeaveIfErr(KErrGeneral, _L("Plugin returned NULL implementation pointer!"));
   127 		if (impl == NULL) LeaveIfErr(KErrGeneral, _L("Plugin returned NULL implementation pointer!"));
   128 		Printf(_L("Instanciated plugin 0x%x ok.\r\n"), iUid);
   128 		Printf(_L("Instantiated plugin 0x%x ok.\r\n"), iUid);
   129 
   129 
   130 #ifdef FSHELL_MEMORY_ACCESS_SUPPORT
   130 #ifdef FSHELL_MEMORY_ACCESS_SUPPORT
   131 		if (iVerbose)
   131 		if (iVerbose)
   132 			{
   132 			{
   133 			LoadMemoryAccessL();
   133 			LoadMemoryAccessL();