simpleengine/inc/simplecommon.h
branchRCL_3
changeset 18 fbd2e7cec7ef
parent 17 2669f8761a99
equal deleted inserted replaced
17:2669f8761a99 18:fbd2e7cec7ef
    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
    31 const TUint KSimpleAccepted = 202;  // return code for SIP
    32 const TUint KSimpleAccepted = 202;  // return code for SIP
    32 
    33 
    33 _LIT8 ( KSimpleApplicationType, "application");
    34 _LIT8 ( KSimpleApplicationType, "application");
    34 _LIT8 ( KSimpleMultiType, "multipart");
    35 _LIT8 ( KSimpleMultiType, "multipart");
    35 _LIT8 ( KSimplePidfSubType, "pidf+xml");
    36 _LIT8 ( KSimplePidfSubType, "pidf+xml");