breakdeps/DRMEngine/DRMClock.cpp
changeset 90 62156f66dbad
parent 88 ca165d35976d
--- a/breakdeps/DRMEngine/DRMClock.cpp	Wed Oct 27 14:58:16 2010 +0100
+++ b/breakdeps/DRMEngine/DRMClock.cpp	Wed Oct 27 15:05:33 2010 +0100
@@ -91,7 +91,7 @@
     // Create a notifier instance
     iNotifier = CDRMNotifier::NewL();
         
-#ifndef __WINS__
+#if 0 //ndef __WINS__
     ConnectToPhoneL();            
             
     iObserver = CDRMNitzObserver::NewL( iPhone, const_cast<CDRMClock*>(this));
@@ -155,7 +155,7 @@
         iNotifier = 0;
         }
         
-#ifndef __WINS__
+#if 0 //ndef __WINS__
     if(iObserver)            
         {
         iObserver->Cancel();
@@ -353,7 +353,7 @@
 void CDRMClock::ConnectToPhoneL()
     {
     DRMLOG( _L( "CDRMClock::ConnectToPhoneL" ) );
-    
+#if 0    
     const TInt KTriesToConnectServer(10);
     const TInt KTimeBeforeRetryingServerConnection(100000);
     TInt thisTry(0);
@@ -390,8 +390,9 @@
     
     iPhone.GetSubscriberId( status, imsi );
     User::WaitForRequest( status );
-    
+	
     DRMLOG( imsi );    
+ #endif   
     DRMLOG( _L( "CDRMClock::ConnectToPhoneL ok" ) );
     };