telephonyserver/etelmultimode/DTsy/mmtsymessaging.cpp
branchopencode
changeset 87 434681fe53c8
parent 85 96b4f933d69a
equal deleted inserted replaced
85:96b4f933d69a 87:434681fe53c8
  1763 	iPhone->RemoveDelayedReq(aTsyReqHandle);
  1763 	iPhone->RemoveDelayedReq(aTsyReqHandle);
  1764 	ReqCompleted(aTsyReqHandle,KErrCancel);
  1764 	ReqCompleted(aTsyReqHandle,KErrCancel);
  1765 	return KErrNone;
  1765 	return KErrNone;
  1766 	}
  1766 	}
  1767 
  1767 
  1768 TInt CUssdMessagingDMmTsy::SendMessage(const TTsyReqHandle aTsyReqHandle, TDesC8* aMsgData, TDesC8* aMsgAttributes)
  1768 TInt CUssdMessagingDMmTsy::SendMessage(const TTsyReqHandle aTsyReqHandle, TDesC8* /*aMsgData*/, TDesC8* aMsgAttributes)
  1769 	{
  1769 	{
  1770 	LOGTEXT(_L8("CUssdMessagingDMmTsy::SendMessage called"));
  1770 	LOGTEXT(_L8("CUssdMessagingDMmTsy::SendMessage called"));
  1771 	RMobileUssdMessaging::TMobileUssdAttributesV1Pckg* attsPckg = REINTERPRET_CAST(RMobileUssdMessaging::TMobileUssdAttributesV1Pckg*,aMsgAttributes);
  1771 	RMobileUssdMessaging::TMobileUssdAttributesV1Pckg* attsPckg = REINTERPRET_CAST(RMobileUssdMessaging::TMobileUssdAttributesV1Pckg*,aMsgAttributes);
  1772 	RMobileUssdMessaging::TMobileUssdAttributesV1& atts = (*attsPckg)();
  1772 	RMobileUssdMessaging::TMobileUssdAttributesV1& atts = (*attsPckg)();
  1773 	
  1773 	
  1779 	else
  1779 	else
  1780 		iPhone->AddDelayedReq(aTsyReqHandle,this);
  1780 		iPhone->AddDelayedReq(aTsyReqHandle,this);
  1781 	return KErrNone;
  1781 	return KErrNone;
  1782 	}
  1782 	}
  1783 
  1783 
  1784 TInt CUssdMessagingDMmTsy::SendMessageDefaultHandler(const TTsyReqHandle aTsyReqHandle, TDesC8* aMsgData, TDesC8* aMsgAttributes)
  1784 TInt CUssdMessagingDMmTsy::SendMessageDefaultHandler(const TTsyReqHandle aTsyReqHandle, TDesC8* /*aMsgData*/, TDesC8* aMsgAttributes)
  1785 	{
  1785 	{
  1786 	LOGTEXT(_L8("CUssdMessagingDMmTsy::SendMessageDefaultHandler called"));
  1786 	LOGTEXT(_L8("CUssdMessagingDMmTsy::SendMessageDefaultHandler called"));
  1787 	RMobileUssdMessaging::TMobileUssdAttributesV1Pckg* attsPckg = REINTERPRET_CAST(RMobileUssdMessaging::TMobileUssdAttributesV1Pckg*,aMsgAttributes);
  1787 	RMobileUssdMessaging::TMobileUssdAttributesV1Pckg* attsPckg = REINTERPRET_CAST(RMobileUssdMessaging::TMobileUssdAttributesV1Pckg*,aMsgAttributes);
  1788 	RMobileUssdMessaging::TMobileUssdAttributesV1& atts = (*attsPckg)();
  1788 	RMobileUssdMessaging::TMobileUssdAttributesV1& atts = (*attsPckg)();
  1789 	
  1789 	
  1930 			ReqCompleted(aTsyReqHandle,KErrNone);
  1930 			ReqCompleted(aTsyReqHandle,KErrNone);
  1931 			}
  1931 			}
  1932 		}
  1932 		}
  1933 	return KErrNone;
  1933 	return KErrNone;
  1934 	}
  1934 	}
       
  1935