usbclasses/usbphoneasmodem/classimplementation/atplugin/src/pamplugin.cpp
changeset 89 3592750162a5
parent 87 18fe5224f0dc
--- a/usbclasses/usbphoneasmodem/classimplementation/atplugin/src/pamplugin.cpp	Tue Sep 28 14:14:01 2010 +0300
+++ b/usbclasses/usbphoneasmodem/classimplementation/atplugin/src/pamplugin.cpp	Wed Oct 13 13:08:34 2010 +0300
@@ -83,7 +83,10 @@
     return ret;
     }
 
-
+// there is no trailing L, eventhough there are leaving functions inside
+// the problem comes from base class CATExtPluginBase, where defined HandleCommand(), 
+// without trailing L. This class belongs to /sf/os/bt/bt_plat/at_command_handler_plugin_api/inc/atextpluginbase.h, 
+// and has to be fixed there first.
 void CPamPlugin::HandleCommand( const TDesC8& aCmd, RBuf8& aReply, TBool aReplyNeeded )
 	{
 	TRACE_FUNC_ENTRY