messagingappbase/obexmtms/btmtm/btserver/source/btsendop.cpp
branchRCL_3
changeset 26 ebe688cedc25
parent 0 72b543305e3a
child 27 7fdbb852d323
equal deleted inserted replaced
25:fa1df4b99609 26:ebe688cedc25
   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;