mmsharing/mmshavailability/src/musavadefaultoptionhandler.cpp
branchRCL_3
changeset 21 33a5d2bbf6fc
parent 0 f0cf47e981f9
child 22 73a1feb507fb
equal deleted inserted replaced
20:2d2c7d1515f7 21:33a5d2bbf6fc
   417 	RStringF netType = SDPStringL( SdpCodecStringConstants::ENetType );
   417 	RStringF netType = SDPStringL( SdpCodecStringConstants::ENetType );
   418 	CSdpDocument* sdpDocument = CSdpDocument::NewLC();
   418 	CSdpDocument* sdpDocument = CSdpDocument::NewLC();
   419 	LocalHostL( aTransaction,localHost,hostType);
   419 	LocalHostL( aTransaction,localHost,hostType);
   420 	CSdpOriginField* originField = CreateOriginFieldL(localHost,hostType);
   420 	CSdpOriginField* originField = CreateOriginFieldL(localHost,hostType);
   421 	sdpDocument->SetOriginField(originField);
   421 	sdpDocument->SetOriginField(originField);
       
   422 	//session name
       
   423 	_LIT8(KSessionName, "-");
       
   424 	sdpDocument->SetSessionNameL(KSessionName);
   422 	// Connection field
   425 	// Connection field
   423 	CSdpConnectionField* connectionField =
   426 	CSdpConnectionField* connectionField =
   424         CSdpConnectionField::NewL( netType, hostType, localHost );
   427         CSdpConnectionField::NewL( netType, hostType, localHost );
   425     sdpDocument->SetConnectionField( connectionField );
   428     sdpDocument->SetConnectionField( connectionField );
   426 
   429