alwayson_net_plugin/pdpcontextmanager2/src/caoserver.cpp
changeset 4 77415202bfc8
parent 3 f7816ffc66ed
child 18 fcbbe021d614
child 57 05bc53fe583b
equal deleted inserted replaced
3:f7816ffc66ed 4:77415202bfc8
   212     
   212     
   213     // Configure Custom API
   213     // Configure Custom API
   214     ConfigureCustomAPIL();
   214     ConfigureCustomAPIL();
   215     
   215     
   216     // Create services
   216     // Create services
   217     iSettings = CAOSettings::NewL( *this );
   217     iSettings = CAOSettings::NewL( *this, *this );
   218     iConnectionManager = CAOConnectionManager::NewL( *this, *iSettings );
   218     iConnectionManager = CAOConnectionManager::NewL( *this, *iSettings );
   219     iTimer = CAOTimer::NewL( *this, *iSettings );
   219     iTimer = CAOTimer::NewL( *this, *iSettings );
   220 
   220 
   221 #ifdef __ALWAYS_ON_CUSTOM_API
   221 #ifdef __ALWAYS_ON_CUSTOM_API
   222 
   222 
   968                 iCurrentState = newState;
   968                 iCurrentState = newState;
   969                 }
   969                 }
   970             }
   970             }
   971         }  	
   971         }  	
   972     }
   972     }
   973 
   973 	
   974 // ---------------------------------------------------------------------------
   974 // ---------------------------------------------------------------------------
   975 // CAOServer::InitStatePoolL
   975 // CAOServer::InitStatePoolL
   976 // ---------------------------------------------------------------------------
   976 // ---------------------------------------------------------------------------
   977 //
   977 //
   978 void CAOServer::InitStatePoolL()
   978 void CAOServer::InitStatePoolL()