bluetoothengine/bteng/src/btengsrvsettingsmgr.cpp
branchRCL_3
changeset 16 b23265fb36da
parent 14 f7fbeaeb166a
child 54 0ba996a9b75d
equal deleted inserted replaced
14:f7fbeaeb166a 16:b23265fb36da
   146         // Result will be communicated through the caller of this function (by leaving).
   146         // Result will be communicated through the caller of this function (by leaving).
   147 #else   //__WINS__
   147 #else   //__WINS__
   148         iPowerState = EBTOff;
   148         iPowerState = EBTOff;
   149 #endif  //__WINS__
   149 #endif  //__WINS__
   150         } 
   150         } 
       
   151     
       
   152 #ifdef __WINS__
       
   153     TRequestStatus* status = &(iActive->RequestStatus());
       
   154     iActive->GoActive();
       
   155     User::RequestComplete(status,KErrNone);
       
   156 #endif  //__WINS__
       
   157     
   151     TRACE_FUNC_RES( ( _L( "result: %d" ), err ) )
   158     TRACE_FUNC_RES( ( _L( "result: %d" ), err ) )
   152     return err;
   159     return err;
   153     }
   160     }
   154 
   161 
   155 
   162