telephonyserver/etelmultimode/DTsy/mmtsy.h
branchopencode
changeset 77 930a53cdc2d3
parent 24 6638e7f4bd8f
child 78 d4cfc65049ba
--- a/telephonyserver/etelmultimode/DTsy/mmtsy.h	Fri Jun 04 13:03:15 2010 +0100
+++ b/telephonyserver/etelmultimode/DTsy/mmtsy.h	Thu Oct 07 19:32:01 2010 +0300
@@ -1040,8 +1040,10 @@
 	TInt GetCaps(const TTsyReqHandle aTsyReqHandle, TDes8* aCaps);
 	TInt ReceiveMessage(const TTsyReqHandle aTsyReqHandle, TDes8* aMsgData, TDes8* aMsgAttributes);
 	TInt ReceiveMessageCancel(const TTsyReqHandle aTsyReqHandle);
-	TInt SendMessage(const TTsyReqHandle aTsyReqHandle, TDesC8* aMsgData, TDesC8* aMsgAttributes);
+	TInt SendMessage(const TTsyReqHandle aTsyReqHandle, TDesC8* aMsgData, TDesC8* aMsgAttributes);	
+	TInt SendMessageDefaultHandler(const TTsyReqHandle aTsyReqHandle, TDesC8* aMsgData, TDesC8* aMsgAttributes);
 	TInt SendMessageCancel(const TTsyReqHandle aTsyReqHandle);
+	TInt SendMessageCancelDefaultHandler(const TTsyReqHandle aTsyReqHandle);
 	TInt SendMessageNoFdnCheck(const TTsyReqHandle aTsyReqHandle, TDesC8* aMsgData, TDesC8* aMsgAttributes);
 	TInt SendMessageNoFdnCheckCancel(const TTsyReqHandle aTsyReqHandle);
 	TInt SendRelease(const TTsyReqHandle aTsyReqHandle, TDes8* aReturnResult);