realtimenetprots/sipfw/ProfileAgent/profile_fsm/src/Sipprofilecontextbase.cpp
changeset 51 8134400f8f89
parent 0 307788aac0a8
equal deleted inserted replaced
48:e3fccba1f02f 51:8134400f8f89
    19 
    19 
    20 
    20 
    21 
    21 
    22 // INCLUDE FILES
    22 // INCLUDE FILES
    23 #include <bamdesca.h>
    23 #include <bamdesca.h>
       
    24 #include <uri8.h>
    24 #include "sipprofilecontextbase.h"
    25 #include "sipprofilecontextbase.h"
    25 #include "sipgendefs.h"
    26 #include "sipgendefs.h"
    26 #include "SipProfileLog.h"
    27 #include "SipProfileLog.h"
    27 #include "sipprflstatebase.h"
    28 #include "sipprflstatebase.h"
    28 #include "sipconcreteprofile.h"
    29 #include "sipconcreteprofile.h"
    39 #include "sipproxyauthenticateheader.h"
    40 #include "sipproxyauthenticateheader.h"
    40 #include "sipstrings.h"
    41 #include "sipstrings.h"
    41 #include "sipstrconsts.h"
    42 #include "sipstrconsts.h"
    42 #include "sipmanagedprofile.h"
    43 #include "sipmanagedprofile.h"
    43 #include "sip.h"
    44 #include "sip.h"
    44 #include <uri8.h>
    45 
       
    46 
    45 
    47 
    46 const TInt KMicroSecsInSec = 1000000;
    48 const TInt KMicroSecsInSec = 1000000;
    47 _LIT8(KTmpSipUri, "sip:tmp");
    49 _LIT8(KTmpSipUri, "sip:tmp");
    48 _LIT8(KDynamicProxy, "0.0.0.0");
    50 _LIT8(KDynamicProxy, "0.0.0.0");
    49 
    51