equal
deleted
inserted
replaced
21 #define CPEGPRSTERMINATION_H |
21 #define CPEGPRSTERMINATION_H |
22 |
22 |
23 // INCLUDES |
23 // INCLUDES |
24 #include <e32base.h> |
24 #include <e32base.h> |
25 |
25 |
26 // FORWARD DECLARATIONS |
26 |
27 class CCoUtlInterface; |
|
28 |
|
29 // CLASS DECLARATION |
27 // CLASS DECLARATION |
30 |
28 |
31 /** |
29 /** |
32 * Active object for terminating GPRS connections. |
30 * Active object for terminating GPRS connections. |
33 * @since 4.0 |
31 * @since 4.0 |
73 */ |
71 */ |
74 void DoCancel(); |
72 void DoCancel(); |
75 |
73 |
76 private: |
74 private: |
77 |
75 |
78 // Owned GPRS termination instance. |
|
79 CCoUtlInterface* iInterface; |
|
80 |
|
81 }; |
76 }; |
82 |
77 |
83 #endif // CPEGPRSTERMINATION_H |
78 #endif // CPEGPRSTERMINATION_H |
84 |
79 |
85 // End of File |
80 // End of File |