| branch | CompilerCompatibility |
| changeset 8 | 150a5dd64ae5 |
| parent 5 | 3b17fc5c9564 |
| 6:2b9c00e2ab55 | 8:150a5dd64ae5 |
|---|---|
24 #ifndef SIMLOCK_TELEPHONY_PROXY_H |
24 #ifndef SIMLOCK_TELEPHONY_PROXY_H |
25 #define SIMLOCK_TELEPHONY_PROXY_H |
25 #define SIMLOCK_TELEPHONY_PROXY_H |
26 |
26 |
27 // System Includes |
27 // System Includes |
28 #include <e32base.h> |
28 #include <e32base.h> |
29 #include <Etel3rdParty.h> // CTelephony members |
29 #include <etel3rdparty.h> // CTelephony members |
30 |
30 |
31 // Forward Declarations |
31 // Forward Declarations |
32 class CPeriodic; |
32 class CPeriodic; |
33 |
33 |
34 /** |
34 /** |