Merge fix for bug 2611 RCL_3 PDK_3.0.i
authorDario Sestito <darios@symbian.org>
Fri, 30 Apr 2010 16:48:33 +0100
branchRCL_3
changeset 17 75c06c88bfa3
parent 16 6d5320894977 (diff)
parent 15 9bab6ffc7f45 (current diff)
child 22 593fb613234e
Merge fix for bug 2611
--- a/networkingtestandutils/networkingintegrationtest/Group/IntegrationTestUtils.mmp	Tue Apr 27 18:14:09 2010 +0300
+++ b/networkingtestandutils/networkingintegrationtest/Group/IntegrationTestUtils.mmp	Fri Apr 30 16:48:33 2010 +0100
@@ -34,7 +34,9 @@
 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
 
 LIBRARY     	euser.lib efsrv.lib 
-LIBRARY		cinidata.lib
+// darios: cinidata is deprecated, see bug #1894
+//LIBRARY		cinidata.lib
+LIBRARY		IniParser.lib
 
 epocheapsize  1000 6000000
 CAPABILITY All -Tcb
--- a/networkingtestandutils/networkingintegrationtest/inc/TestStep.h	Tue Apr 27 18:14:09 2010 +0300
+++ b/networkingtestandutils/networkingintegrationtest/inc/TestStep.h	Fri Apr 30 16:48:33 2010 +0100
@@ -26,7 +26,9 @@
 #if (!defined __TESTSTEP_H__)
 #define __TESTSTEP_H__
 
-#include "cinidata.h"
+// darios: cinidata is deprecated, see bug #1894
+//#include "cinidata.h"
+#include <iniparser.h>
 #include "networking/log.h"
 
 class CTestSuite;