# HG changeset patch # User Leon Anavi # Date 1289061492 -7200 # Node ID 434681fe53c80f0612cf42d8529f7d8241756915 # Parent 96b4f933d69ab91faa05d41d9de94d5bec68b758 DTsy warnings fixed. diff -r 96b4f933d69a -r 434681fe53c8 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; } +