usbclasses/usbphoneasmodem/classimplementation/atplugin/src/pamplugin.cpp
changeset 89 3592750162a5
parent 87 18fe5224f0dc
equal deleted inserted replaced
87:18fe5224f0dc 89:3592750162a5
    81         ret = ETrue;
    81         ret = ETrue;
    82         }
    82         }
    83     return ret;
    83     return ret;
    84     }
    84     }
    85 
    85 
    86 
    86 // there is no trailing L, eventhough there are leaving functions inside
       
    87 // the problem comes from base class CATExtPluginBase, where defined HandleCommand(), 
       
    88 // without trailing L. This class belongs to /sf/os/bt/bt_plat/at_command_handler_plugin_api/inc/atextpluginbase.h, 
       
    89 // and has to be fixed there first.
    87 void CPamPlugin::HandleCommand( const TDesC8& aCmd, RBuf8& aReply, TBool aReplyNeeded )
    90 void CPamPlugin::HandleCommand( const TDesC8& aCmd, RBuf8& aReply, TBool aReplyNeeded )
    88 	{
    91 	{
    89 	TRACE_FUNC_ENTRY
    92 	TRACE_FUNC_ENTRY
    90 	TRACE_INFO((_L8("CPamPlugin::HandleCommand cmd '%S' reply '%S'"), &aCmd, &aReply))
    93 	TRACE_INFO((_L8("CPamPlugin::HandleCommand cmd '%S' reply '%S'"), &aCmd, &aReply))
    91 
    94