--- a/atcommands/lccustomplugin/inc/lccustomplugin.h Fri Aug 06 16:43:21 2010 +0300
+++ b/atcommands/lccustomplugin/inc/lccustomplugin.h Fri Sep 03 16:17:59 2010 +0300
@@ -140,7 +140,7 @@
* EReplyTypeUndefined.
* @return None
*/
- virtual TInt CreateReplyAndComplete( TATExtensionReplyType aReplyType,
+ virtual void CreateReplyAndComplete( TATExtensionReplyType aReplyType,
const TDesC8& aSrcBuffer=KNullDesC8,
TInt aError=KErrNone ) = 0;
@@ -379,7 +379,7 @@
* EReplyTypeUndefined.
* @return None
*/
- TInt CreateReplyAndComplete( TATExtensionReplyType aReplyType,
+ void CreateReplyAndComplete( TATExtensionReplyType aReplyType,
const TDesC8& aSrcBuffer=KNullDesC8,
TInt aError=KErrNone );