phoneengine/networkhandlingstarter/inc/cnetworklistener.h
changeset 50 377c906a8701
parent 45 6b911d05207e
child 60 1eef62f5c541
--- a/phoneengine/networkhandlingstarter/inc/cnetworklistener.h	Tue Jul 06 14:15:47 2010 +0300
+++ b/phoneengine/networkhandlingstarter/inc/cnetworklistener.h	Fri Jul 09 15:40:55 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -22,14 +22,16 @@
 // System includes
 #include <e32base.h>
 #include <nwhandlingengine.h>
+#include <qsysteminfo.h>
 
 // User includes
 
 // Forward declarations
 class CNWSession;
-class CRepository;
 class MNetworkListenerObserver;
 
+using namespace QtMobility;
+
 /**
  *  Network info listener.
  */
@@ -118,15 +120,15 @@
     TBool iRegistered;
     
     /**
-     * Profile API.
-     */
-    CRepository* iProfileApi;
-    
-    /**
      * Observer.
      */
     MNetworkListenerObserver& iObserver;
-    
+
+    /**
+     * System device info API.
+     * Own.
+     */
+    QSystemDeviceInfo* iDeviceInfo;
     };
     
 #endif // CNETWORKLISTENER_H