diff -r 086aae6fc07e -r f7816ffc66ed alwayson_net_plugin/pdpcontextmanager2/inc/caoconnectionimpl.h --- a/alwayson_net_plugin/pdpcontextmanager2/inc/caoconnectionimpl.h Mon Jan 18 20:33:49 2010 +0200 +++ b/alwayson_net_plugin/pdpcontextmanager2/inc/caoconnectionimpl.h Tue Jan 26 12:12:48 2010 +0200 @@ -24,6 +24,7 @@ #include #include #include +#include #include "maoconnectionmanager.h" // FORWARD DECLARATIONS @@ -279,13 +280,11 @@ TInternalState iState; /** - * Own: Access point settings - */ - TCommDbConnPref iAccessPointSettings; - - /** * Own: Comms database */ CCommsDatabase* iCommsDatabase; + + TConnPrefList* iPrefsList; + TExtendedConnPref* iExtPrefs; }; #endif /* CAOCONNECTIONIMPL_H */