equal
deleted
inserted
replaced
23 #include <SyncMLDef.h> |
23 #include <SyncMLDef.h> |
24 #include "WBXMLSyncMLParser.h" |
24 #include "WBXMLSyncMLParser.h" |
25 #include "nsmlerror.h" |
25 #include "nsmlerror.h" |
26 #include "nsmlagenttestdefines.h" |
26 #include "nsmlagenttestdefines.h" |
27 |
27 |
|
28 //Rnd_AutoRestart |
|
29 #include <ApEngineConsts.h> |
|
30 //Rnd_AutoRestart |
28 //DATA TYPES |
31 //DATA TYPES |
29 enum TNSmlSyncInitiation |
32 enum TNSmlSyncInitiation |
30 { |
33 { |
31 EClientInitiated = 1, |
34 EClientInitiated = 1, |
32 EServerAlerted |
35 EServerAlerted |
81 IMPORT_C TBool CallbackCalled() const; |
84 IMPORT_C TBool CallbackCalled() const; |
82 IMPORT_C void SetOffCallbackCalled(); |
85 IMPORT_C void SetOffCallbackCalled(); |
83 IMPORT_C virtual void DoOutsideCancel(); |
86 IMPORT_C virtual void DoOutsideCancel(); |
84 //Rnd_AutoRestart |
87 //Rnd_AutoRestart |
85 IMPORT_C virtual void LaunchAutoRestartL(TInt aError); |
88 IMPORT_C virtual void LaunchAutoRestartL(TInt aError); |
|
89 IMPORT_C TApBearerType CheckAPBearerTypeL( const TUint32 aIAPId ); |
86 void ReadAcessPointL(); |
90 void ReadAcessPointL(); |
87 //Rnd_AutoRestart |
91 //Rnd_AutoRestart |
88 |
92 |
89 // |
93 // |
90 // Profile ID getter |
94 // Profile ID getter |
354 public: // Data |
358 public: // Data |
355 |
359 |
356 //Rnd_AutoRestart |
360 //Rnd_AutoRestart |
357 TBool iPacketDataUnAvailable; |
361 TBool iPacketDataUnAvailable; |
358 TUint32 iNetmonAPId; |
362 TUint32 iNetmonAPId; |
359 TBool iAllowAutoRestart; |
363 TApBearerType iNetmonAPBearerType; |
360 //Rnd_AutoRestart |
364 //Rnd_AutoRestart |
361 |
365 |
362 protected: // Data |
366 protected: // Data |
363 |
367 |
364 // |
368 // |