diff -r bc5a64e5bc3c -r 5bcb308bd24d phoneengine/networkhandlingstarter/inc/cnetworklistener.h --- a/phoneengine/networkhandlingstarter/inc/cnetworklistener.h Tue Jul 06 14:15:47 2010 +0300 +++ b/phoneengine/networkhandlingstarter/inc/cnetworklistener.h Wed Aug 18 09:48:26 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 #include +#include // 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