messagingappbase/obexmtms/btmtm/btserver/source/btsendop.cpp
changeset 23 238255e8b033
parent 0 72b543305e3a
child 47 5b14749788d7
child 60 7fdbb852d323
equal deleted inserted replaced
5:4697dfb2d7ad 23:238255e8b033
   163 void CBtServerSendOperation::PostConnectOperations()
   163 void CBtServerSendOperation::PostConnectOperations()
   164 	{
   164 	{
   165 	// If the connection attempt has failed and we are not going to retry the connection,
   165 	// If the connection attempt has failed and we are not going to retry the connection,
   166 	// make sure that the link is allowed to go into low power modes.
   166 	// make sure that the link is allowed to go into low power modes.
   167 
   167 
   168 	const TDesC8* progressDes;
   168 	const TDesC8* progressDes = NULL;
   169  	TRAPD(error, progressDes = &ProgressL());
   169  	TRAPD(error, progressDes = &ProgressL());
   170 
   170 
   171 	if (error == KErrNone)
   171 	if (error == KErrNone)
   172 		{
   172 		{
   173 		TPckgBuf<TObexMtmProgress> package;
   173 		TPckgBuf<TObexMtmProgress> package;