--- a/alwayson_net_plugin/pdpcontextmanager2/src/caoserver.cpp Tue Jan 26 12:12:48 2010 +0200
+++ b/alwayson_net_plugin/pdpcontextmanager2/src/caoserver.cpp Tue Feb 02 00:24:11 2010 +0200
@@ -214,7 +214,7 @@
ConfigureCustomAPIL();
// Create services
- iSettings = CAOSettings::NewL( *this );
+ iSettings = CAOSettings::NewL( *this, *this );
iConnectionManager = CAOConnectionManager::NewL( *this, *iSettings );
iTimer = CAOTimer::NewL( *this, *iSettings );
@@ -970,7 +970,7 @@
}
}
}
-
+
// ---------------------------------------------------------------------------
// CAOServer::InitStatePoolL
// ---------------------------------------------------------------------------