phonebookengines/contactsmodel/tsrc/Integration/CntPerfTest/inc/TestContactViewAccessStep.h
changeset 24 0ba2181d7c28
parent 0 e686773b3f54
--- a/phonebookengines/contactsmodel/tsrc/Integration/CntPerfTest/inc/TestContactViewAccessStep.h	Tue Feb 02 10:12:17 2010 +0200
+++ b/phonebookengines/contactsmodel/tsrc/Integration/CntPerfTest/inc/TestContactViewAccessStep.h	Fri Mar 19 09:27:18 2010 +0200
@@ -1,4 +1,4 @@
-/**
+/*
 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
@@ -11,33 +11,33 @@
 *
 * Contributors:
 *
-* Description:
+* Description: 
 * The test step to construct the views and access the view Api's like CountL(), AtL(), 
 * ContactAtL(), FindL(), SortOrder(), ViewPreferences(), AllFieldsLC(), RefineFindView(), 
 * GetContactsMatchingCriteria() and GetContactsMatchingPrefix() based on the variable set
 * in the ini file. 
 * Verify and Validate the values returned by the view API's
-* 
 *
 */
 
 
+
  
 #ifndef TEST_CONTACT_VIEW_ACCESS_STEP_H
 #define TEST_CONTACT_VIEW_ACCESS_STEP_H
 
 // System Includes
-#include <test/testexecutestepbase.h>
+#include <testexecutestepbase.h>
 #include <cntdef.h>
 #include <cntviewbase.h>
 #include <cntdb.h>
 #include <e32property.h>
-#include <connect/sbeclient.h>
+#include <sbeclient.h>
 
 // User Includes
-#include "CntPerfServer.h"
-#include "ClientServer.h"
-#include "ContactUtilitiesCollection.h"
+#include "cntperfserver.h"
+#include "clientserver.h"
+#include "contactutilitiescollection.h"
 
 _LIT(KViewAccessList,				"viewaccesslist");
 _LIT(KTestAtLAPI,					"testatlapi");