diff -r 2669f8761a99 -r fbd2e7cec7ef simpleengine/inc/simplecommon.h --- a/simpleengine/inc/simplecommon.h Tue Aug 31 15:35:50 2010 +0300 +++ b/simpleengine/inc/simplecommon.h Wed Sep 01 12:23:14 2010 +0100 @@ -28,6 +28,7 @@ const TInt KRangeSize = 100; // range of operation ids for each client handle const TUint KSimpleOK = 200; // return code for SIP +const TUint KCreatedOK = 201; // return code for SIP const TUint KSimpleAccepted = 202; // return code for SIP _LIT8 ( KSimpleApplicationType, "application");