multimediacommsengine/mmcesrv/mmceserver/tsrc/ut_server/stubs/src/sipprofile.cpp
branchRCL_3
changeset 18 817c922b90eb
parent 12 91f50911ea81
child 19 3f7c7e6eea8a
equal deleted inserted replaced
17:b9d283c5c7b5 18:817c922b90eb
   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