bearermanagement/mpm/inc/mpmserver.inl
changeset 20 9c97ad6591ae
parent 0 5a93021fdf25
child 32 5c4486441ae6
child 46 95d45f234cf3
equal deleted inserted replaced
18:fcbbe021d614 20:9c97ad6591ae
   134     else
   134     else
   135         return iWlanQueryQueue->At( 0 );
   135         return iWlanQueryQueue->At( 0 );
   136     }
   136     }
   137 
   137 
   138 // -----------------------------------------------------------------------------
   138 // -----------------------------------------------------------------------------
   139 // CMPMServer::ConnectDialogQueue
       
   140 // -----------------------------------------------------------------------------
       
   141 //
       
   142 inline CArrayPtrFlat<CMPMDialog>* CMPMServer::ConnectDialogQueue()
       
   143     {
       
   144     return iConnectDialogQueue;
       
   145     }
       
   146 
       
   147 // -----------------------------------------------------------------------------
       
   148 // CMPMServer::IncrementConnections
   139 // CMPMServer::IncrementConnections
   149 // -----------------------------------------------------------------------------
   140 // -----------------------------------------------------------------------------
   150 //
   141 //
   151 inline void CMPMServer::IncrementConnections()
   142 inline void CMPMServer::IncrementConnections()
   152     {
   143     {
   260 
   251 
   261 // -----------------------------------------------------------------------------
   252 // -----------------------------------------------------------------------------
   262 // CMPMServer::RoamingWatcher()
   253 // CMPMServer::RoamingWatcher()
   263 // -----------------------------------------------------------------------------
   254 // -----------------------------------------------------------------------------
   264 //
   255 //
   265 CMPMRoamingWatcher* CMPMServer::RoamingWatcher() const
   256 inline CMPMRoamingWatcher* CMPMServer::RoamingWatcher() const
   266     {
   257     {
   267     return iRoamingWatcher;
   258     return iRoamingWatcher;
   268     }
   259     }
   269 
   260 
       
   261 // -----------------------------------------------------------------------------
       
   262 // CMPMServer::ConnUiUtils()
       
   263 // -----------------------------------------------------------------------------
       
   264 //
       
   265 inline CConnectionUiUtilities* CMPMServer::ConnUiUtils() const
       
   266     {
       
   267     return iConnUiUtils;
       
   268     }
       
   269 
   270 // End of File
   270 // End of File