# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1282199887 -10800 # Node ID 5296bfa7b0a7596b3b66e837b5e42540b0cfe991 # Parent c6b52d057a05201a126e3fa86bd9deb1b4700d80 Revision: 201030 Kit: 201033 diff -r c6b52d057a05 -r 5296bfa7b0a7 nettools/conntest/data/ConnTest_reg.rss --- a/nettools/conntest/data/ConnTest_reg.rss Thu Jul 15 18:19:27 2010 +0300 +++ b/nettools/conntest/data/ConnTest_reg.rss Thu Aug 19 09:38:07 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 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" @@ -16,7 +16,7 @@ */ #include -#include +#include UID2 KUidAppRegistrationResourceFile UID3 0x101F6D2B // application UID diff -r c6b52d057a05 -r 5296bfa7b0a7 nettools/conntest/group/ConnTest.mmp --- a/nettools/conntest/group/ConnTest.mmp Thu Jul 15 18:19:27 2010 +0300 +++ b/nettools/conntest/group/ConnTest.mmp Thu Aug 19 09:38:07 2010 +0300 @@ -76,7 +76,7 @@ LIBRARY apparc.lib LIBRARY apgrfx.lib LIBRARY avkon.lib -LIBRARY AknSkins.lib +LIBRARY aknskins.lib LIBRARY aknnotify.lib LIBRARY bafl.lib LIBRARY commdb.lib diff -r c6b52d057a05 -r 5296bfa7b0a7 nettools/conntest/src/ConnTestAppUi.cpp --- a/nettools/conntest/src/ConnTestAppUi.cpp Thu Jul 15 18:19:27 2010 +0300 +++ b/nettools/conntest/src/ConnTestAppUi.cpp Thu Aug 19 09:38:07 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). + * Copyright (c) 2006-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" @@ -26,7 +26,7 @@ #include "ConnTestAppUi.h" #include "ConnTestView.h" -#include +#include #include "conntest.hrh" #include "SettingData.h" #include "ipdumpengine.h" diff -r c6b52d057a05 -r 5296bfa7b0a7 nettools/conntest/src/ConnTestView.cpp --- a/nettools/conntest/src/ConnTestView.cpp Thu Jul 15 18:19:27 2010 +0300 +++ b/nettools/conntest/src/ConnTestView.cpp Thu Aug 19 09:38:07 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). + * Copyright (c) 2006-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,7 +22,7 @@ #include #include -#include +#include #include "ConnTestView.h" #include "ConnTestContainer.h" #include "CustomPrefsItemList.h" diff -r c6b52d057a05 -r 5296bfa7b0a7 nettools/conntest/src/Utils.cpp --- a/nettools/conntest/src/Utils.cpp Thu Jul 15 18:19:27 2010 +0300 +++ b/nettools/conntest/src/Utils.cpp Thu Aug 19 09:38:07 2010 +0300 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies). + * Copyright (c) 2006-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" @@ -19,7 +19,7 @@ // INCLUDE FILES #include #include -#include +#include #include #include