DTsy warnings fixed. opencode
authorLeon Anavi <leon.anavi@opencode.com>
Sat, 06 Nov 2010 18:38:12 +0200
branchopencode
changeset 87 434681fe53c8
parent 85 96b4f933d69a
child 88 5e27cc612ac7
DTsy warnings fixed.
telephonyserver/etelmultimode/DTsy/mmtsymessaging.cpp
--- a/telephonyserver/etelmultimode/DTsy/mmtsymessaging.cpp	Thu Nov 04 20:30:45 2010 +0200
+++ b/telephonyserver/etelmultimode/DTsy/mmtsymessaging.cpp	Sat Nov 06 18:38:12 2010 +0200
@@ -1765,7 +1765,7 @@
 	return KErrNone;
 	}
 
-TInt CUssdMessagingDMmTsy::SendMessage(const TTsyReqHandle aTsyReqHandle, TDesC8* aMsgData, TDesC8* aMsgAttributes)
+TInt CUssdMessagingDMmTsy::SendMessage(const TTsyReqHandle aTsyReqHandle, TDesC8* /*aMsgData*/, TDesC8* aMsgAttributes)
 	{
 	LOGTEXT(_L8("CUssdMessagingDMmTsy::SendMessage called"));
 	RMobileUssdMessaging::TMobileUssdAttributesV1Pckg* attsPckg = REINTERPRET_CAST(RMobileUssdMessaging::TMobileUssdAttributesV1Pckg*,aMsgAttributes);
@@ -1781,7 +1781,7 @@
 	return KErrNone;
 	}
 
-TInt CUssdMessagingDMmTsy::SendMessageDefaultHandler(const TTsyReqHandle aTsyReqHandle, TDesC8* aMsgData, TDesC8* aMsgAttributes)
+TInt CUssdMessagingDMmTsy::SendMessageDefaultHandler(const TTsyReqHandle aTsyReqHandle, TDesC8* /*aMsgData*/, TDesC8* aMsgAttributes)
 	{
 	LOGTEXT(_L8("CUssdMessagingDMmTsy::SendMessageDefaultHandler called"));
 	RMobileUssdMessaging::TMobileUssdAttributesV1Pckg* attsPckg = REINTERPRET_CAST(RMobileUssdMessaging::TMobileUssdAttributesV1Pckg*,aMsgAttributes);
@@ -1932,3 +1932,4 @@
 		}
 	return KErrNone;
 	}
+