equal
deleted
inserted
replaced
26 #include "creator_modulebase.h" |
26 #include "creator_modulebase.h" |
27 #include "creator_connectionmethodbase.h" |
27 #include "creator_connectionmethodbase.h" |
28 |
28 |
29 #include <e32base.h> |
29 #include <e32base.h> |
30 #include <commdb.h> |
30 #include <commdb.h> |
31 #include <apselect.h> |
31 //#include <ApSelect.h> |
32 #include <apdatahandler.h> |
32 //#include <ApDataHandler.h> |
33 #include <apaccesspointitem.h> |
33 //#include <ApAccessPointItem.h> |
34 #include <aputils.h> |
34 //#include <ApUtils.h> |
35 #include <apengineconsts.h> |
35 //#include <ApEngineConsts.h> |
36 #include <msvapi.h> |
36 #include <msvapi.h> |
37 #include <mtclreg.h> |
37 #include <mtclreg.h> |
38 #include <mmsclient.h> |
38 #include <mmsclient.h> |
39 |
39 |
40 |
40 |
55 void ConstructL(CCreatorEngine* aEngine); // from MCreatorModuleBase |
55 void ConstructL(CCreatorEngine* aEngine); // from MCreatorModuleBase |
56 |
56 |
57 void HandleSessionEventL(TMsvSessionEvent aEvent, TAny* aArg1, TAny* aArg2, TAny* aArg3); // from MMsvSessionObserver |
57 void HandleSessionEventL(TMsvSessionEvent aEvent, TAny* aArg1, TAny* aArg2, TAny* aArg3); // from MMsvSessionObserver |
58 |
58 |
59 public: |
59 public: |
60 TBool AskDataFromUserL(TInt aCommand, TInt& aNumberOfEntries); // from MCreatorModuleBase |
60 TBool AskDataFromUserL( TInt aCommand ); // from MCreatorModuleBase |
61 |
61 |
62 TInt CreateConnectionSettingsEntryL(CCreatorModuleBaseParameters *aParameters); |
62 TInt CreateConnectionSettingsEntryL(CCreatorModuleBaseParameters *aParameters); |
63 TUint32 AccessPointNameToIdL(const TDesC& aAPName, TBool aAnyIfNotFound = EFalse ); |
63 TUint32 AccessPointNameToIdL(const TDesC& aAPName, TBool aAnyIfNotFound = EFalse ); |
64 |
64 |
65 void DeleteAllL(); |
65 void DeleteAllL(); |
66 void DeleteAllCreatedByCreatorL(); |
66 void DeleteAllCreatedByCreatorL(); |