breakdeps/DRMEngine/DRMClock.h
changeset 90 62156f66dbad
parent 88 ca165d35976d
--- a/breakdeps/DRMEngine/DRMClock.h	Wed Oct 27 14:58:16 2010 +0100
+++ b/breakdeps/DRMEngine/DRMClock.h	Wed Oct 27 15:05:33 2010 +0100
@@ -25,7 +25,7 @@
 #include <e32std.h>
 #include <e32def.h>		// Type definitions
 #include <bacntf.h>
-#include <etelmm.h>
+//#include <etelmm.h>
 #include <DRMTypes.h>
 #include <e32property.h>
 
@@ -157,11 +157,13 @@
         // Variables
         CDRMNotifier* iNotifier;   
         
-        // Nitz information handles      
+        // Nitz information handles   
+#if 0		
         RTelServer iEtelServer;
         RMobilePhone iPhone;
         CDRMNitzObserver* iObserver;
-        
+#endif        
+
         // GPS watcher component, updates DRM time from GPS if available
         CGPSWatcher* iGpsWatcher;
     };