multimediacommsengine/mmcesrv/mmceserver/tsrc/ut_server/stubs/src/sipprofile.cpp
branchRCL_3
changeset 20 4da1f672912e
parent 19 3f7c7e6eea8a
equal deleted inserted replaced
19:3f7c7e6eea8a 20:4da1f672912e
   268 // -----------------------------------------------------------------------------
   268 // -----------------------------------------------------------------------------
   269 // CSIPProfile::CSIPProfile
   269 // CSIPProfile::CSIPProfile
   270 // -----------------------------------------------------------------------------
   270 // -----------------------------------------------------------------------------
   271 //	
   271 //	
   272 CSIPProfile::CSIPProfile(CSIPProfileRegistryBase* aRegistry):
   272 CSIPProfile::CSIPProfile(CSIPProfileRegistryBase* aRegistry):
   273 	iSIPProfileRegistry(aRegistry), iEnabled(EFalse)
   273 	iSIPProfileRegistry(aRegistry), iEnabled(EFalse), iContextId(1)
   274 	{
   274 	{
   275 	}
   275 	}
   276 
   276 
   277 // -----------------------------------------------------------------------------
   277 // -----------------------------------------------------------------------------
   278 // CSIPProfile::CSIPProfile
   278 // CSIPProfile::CSIPProfile