messagingappbase/obexmtms/btmtm/btserver/source/btsendop.cpp
branchRCL_3
changeset 27 7fdbb852d323
parent 26 ebe688cedc25
equal deleted inserted replaced
26:ebe688cedc25 27:7fdbb852d323
   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 = NULL;
   168 	const TDesC8* progressDes;
   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;