alwayson_net_plugin/pdpcontextmanager2/inc/caoconnectionimpl.h
changeset 3 f7816ffc66ed
parent 0 5a93021fdf25
equal deleted inserted replaced
2:086aae6fc07e 3:f7816ffc66ed
    22 // INCLUDE FILES
    22 // INCLUDE FILES
    23 #include <e32base.h>
    23 #include <e32base.h>
    24 #include <commdbconnpref.h>
    24 #include <commdbconnpref.h>
    25 #include <es_sock.h>
    25 #include <es_sock.h>
    26 #include <commdb.h>
    26 #include <commdb.h>
       
    27 #include <extendedconnpref.h>
    27 #include "maoconnectionmanager.h"
    28 #include "maoconnectionmanager.h"
    28 
    29 
    29 // FORWARD DECLARATIONS
    30 // FORWARD DECLARATIONS
    30 class MAOSettings;
    31 class MAOSettings;
    31 class CCommsDatabase;
    32 class CCommsDatabase;
   277      * Own: Internal state flag
   278      * Own: Internal state flag
   278      */
   279      */
   279     TInternalState iState;
   280     TInternalState iState;
   280     
   281     
   281     /**
   282     /**
   282      * Own: Access point settings
       
   283      */
       
   284     TCommDbConnPref iAccessPointSettings;
       
   285     
       
   286     /**
       
   287      * Own: Comms database
   283      * Own: Comms database
   288      */
   284      */
   289     CCommsDatabase* iCommsDatabase;
   285     CCommsDatabase* iCommsDatabase;
       
   286     
       
   287     TConnPrefList*        iPrefsList;
       
   288     TExtendedConnPref*    iExtPrefs;
   290     };
   289     };
   291 #endif /* CAOCONNECTIONIMPL_H */
   290 #endif /* CAOCONNECTIONIMPL_H */