diff -r 6295dc2169f3 -r 8486d82aef45 adaptationlayer/modematadaptation/modematcontroller_exe/inc/catmessage.h --- a/adaptationlayer/modematadaptation/modematcontroller_exe/inc/catmessage.h Wed Apr 21 14:29:55 2010 +0300 +++ b/adaptationlayer/modematadaptation/modematcontroller_exe/inc/catmessage.h Tue Oct 19 13:16:20 2010 +0300 @@ -44,7 +44,7 @@ /** GetBuffer * @return Pointer to the buffer */ - TPtr8 GetBuffer(); + TPtr8& GetBuffer(); /** GetMessageType * @return messagetype @@ -54,9 +54,10 @@ /** ReceiveATResponse * @param aResponse Response to AT-command * @param aComplete Intermediate data is not completed until it has a response. AT command is completed. + * @param aCompleteCode Complete code. * @return */ - void ReceiveATResponse( const TDesC8& aResponse, TBool aComplete ); + void ReceiveATResponse( const TDesC8& aResponse, TBool aComplete, TInt aCompleteCode ); /** CancelRequest *