simpleengine/inc/simplecommon.h
changeset 12 e6a66db4e9d0
parent 0 c8caa15ef882
child 35 fbd2e7cec7ef
equal deleted inserted replaced
0:c8caa15ef882 12:e6a66db4e9d0
    26 
    26 
    27 // CONSTANTS
    27 // CONSTANTS
    28 const TInt KRangeSize = 100;  // range of operation ids for each client handle
    28 const TInt KRangeSize = 100;  // range of operation ids for each client handle
    29     
    29     
    30 const TUint KSimpleOK = 200;  // return code for SIP
    30 const TUint KSimpleOK = 200;  // return code for SIP
    31 const TUint KCreatedOK = 201; // return code for SIP
       
    32 const TUint KSimpleAccepted = 202;  // return code for SIP
    31 const TUint KSimpleAccepted = 202;  // return code for SIP
    33 
    32 
    34 _LIT8 ( KSimpleApplicationType, "application");
    33 _LIT8 ( KSimpleApplicationType, "application");
    35 _LIT8 ( KSimpleMultiType, "multipart");
    34 _LIT8 ( KSimpleMultiType, "multipart");
    36 _LIT8 ( KSimplePidfSubType, "pidf+xml");
    35 _LIT8 ( KSimplePidfSubType, "pidf+xml");