localconnectivityservice/obexreceiveservices/mtmuiinfrared/src/irmtmuidata.cpp
changeset 25 c4f07256ff37
parent 0 c3e98f10fcf4
child 26 d74a43a4aa59
equal deleted inserted replaced
0:c3e98f10fcf4 25:c4f07256ff37
    28 #else
    28 #else
    29 #include <mtmdef.hrh> //kuidmtmquerymaxbodysizevalue etc
    29 #include <mtmdef.hrh> //kuidmtmquerymaxbodysizevalue etc
    30 #include <mtmuidsdef.hrh> //kuidmtmquerymaxbodysizevalue etc
    30 #include <mtmuidsdef.hrh> //kuidmtmquerymaxbodysizevalue etc
    31 #endif
    31 #endif
    32 #include <obexutils.rsg>
    32 #include <obexutils.rsg>
    33 #include <MtmExtendedCapabilities.hrh>
       
    34 #include <obexutilsmessagehandler.h>
    33 #include <obexutilsmessagehandler.h>
    35 #include "debug.h"
    34 #include "debug.h"
    36 
    35 
    37 //CONSTANTS
    36 //CONSTANTS
    38 const TInt KIrMtmUiDataMsgEditorAppValue      = 0x00000000;
    37 const TInt KIrMtmUiDataMsgEditorAppValue      = 0x00000000;
   114 	    case KUidMsvMtmQueryEditorUidValue:
   113 	    case KUidMsvMtmQueryEditorUidValue:
   115             {
   114             {
   116 		    aResponse = KIrMtmUiDataMsgEditorAppValue;
   115 		    aResponse = KIrMtmUiDataMsgEditorAppValue;
   117 		    break;
   116 		    break;
   118             }
   117             }
       
   118         /* Infrared is not supported anymore. Implementation for sending over Infrared is left for reference:
       
   119         ( add #include <app/extendedmtmids.hrh> to the included files )
       
   120         code starts here:
       
   121 
   119         case KUidMsvMtmQuerySupportLinks:
   122         case KUidMsvMtmQuerySupportLinks:
   120             {
   123             {
   121             aResponse = ETrue;
   124             aResponse = ETrue;
   122             break;
   125             break;
   123             }
   126             }
       
   127 
       
   128         End of reference implementation for sending over Infrared:
       
   129         */
   124 	    case KUidMtmQuerySupportAttachmentsValue:
   130 	    case KUidMtmQuerySupportAttachmentsValue:
   125 	    case KUidMtmQueryCanSendMsgValue:
   131 	    case KUidMtmQueryCanSendMsgValue:
   126             {
   132             {
   127 		    break;
   133 		    break;
   128             }
   134             }