equal
deleted
inserted
replaced
63 template <class T> |
63 template <class T> |
64 inline void CleanupResetAndDestroyPushL(T& aRef); |
64 inline void CleanupResetAndDestroyPushL(T& aRef); |
65 template <class T> |
65 template <class T> |
66 inline void CleanupResetPushL(T& aRef); |
66 inline void CleanupResetPushL(T& aRef); |
67 |
67 |
|
68 |
|
69 IMPORT_C char GetSystemDrive(); // 9.1 doesn't have RFs::GetSystemDrive() |
|
70 |
68 /**** |
71 /**** |
69 * The functions below are not available if you're linking against ltkutils-tcb.dll. They |
72 * The functions below are not available if you're linking against ltkutils-tcb.dll. They |
70 * rely on being able to link against All -TCB dlls. |
73 * rely on being able to link against All -TCB dlls. |
71 ****/ |
74 ****/ |
72 |
75 |