telephonyserverplugins/ctsydispatchlayer/test/dispatchertests/dispatchinc/cctsyphonebookonfunegative.h
branchRCL_3
changeset 5 7ef16719d8cb
parent 0 3553901f7fa8
--- a/telephonyserverplugins/ctsydispatchlayer/test/dispatchertests/dispatchinc/cctsyphonebookonfunegative.h	Fri Feb 19 23:59:33 2010 +0200
+++ b/telephonyserverplugins/ctsydispatchlayer/test/dispatchertests/dispatchinc/cctsyphonebookonfunegative.h	Fri Mar 12 15:49:38 2010 +0200
@@ -22,9 +22,9 @@
 #ifndef CTSYPHONEBOOKONFUNEGATIVE_H_
 #define CTSYPHONEBOOKONFUNEGATIVE_H_
 
-#include "cctsycomponenttestbase.h"
+#include "cctsyphonebookfu.h"
 
-class CCTsyPhonebookOnFUNegative : public CCtsyComponentTestBase
+class CCTsyPhonebookOnFUNegative : public CCTsyPhonebookFU
 	{
 public:
 	// Create a suite of all the tests
@@ -40,9 +40,13 @@
 	void TestReadEntryIpcL();
 	void TestReadSizeIpcL();
 	void TestWriteSizeIpcL();
+    virtual void DoCleanup();
 	
 private:
 	void OpenAndPushEtelAndPhoneONStoreL(RMobileONStore& aONStore);
+	
+private:
+	RMobilePhoneBookStore iAdnPhoneBookStore;
 	}; // class CCTsyPhonebookOnFUNegative