--- 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 <commdbconnpref.h>
#include <es_sock.h>
#include <commdb.h>
+#include <extendedconnpref.h>
#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 */