contacts_plat/predictivesearch_client_api/tsrc/PsClientTestSuite/inc/pstestcontactshandler.h
branchRCL_3
changeset 39 a6539d1e8e43
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
--- a/contacts_plat/predictivesearch_client_api/tsrc/PsClientTestSuite/inc/pstestcontactshandler.h	Tue May 25 12:26:45 2010 +0300
+++ b/contacts_plat/predictivesearch_client_api/tsrc/PsClientTestSuite/inc/pstestcontactshandler.h	Wed Jun 09 09:26:27 2010 +0300
@@ -55,14 +55,14 @@
 {	
 public:
 
-   /**
+    /**
     * 1st phase constructor 
     *
   	* @return returns pointer to the constructed object of type CPcsContactFetch
 	*/
 	static CPcsTestContactsHandler* NewL(TBool SimStoreOnly=EFalse);
 	
-   /**
+    /**
     * Destructor
     * 
     */
@@ -71,7 +71,8 @@
 public:
 
 //From CActive
-	/**
+
+    /**
 	* From CActive
 	* Implements cancellation of an outstanding request.
 	*
@@ -79,7 +80,6 @@
 	*/
 	void DoCancel(); 
 	
-	
 	/**
 	* From CActive
 	* Handles an active object's request completion event.
@@ -105,8 +105,7 @@
 	* RunError() functions.
 	*/
 	void RunL() ;
-	
-	
+
 	/**
 	* From CActive 
 	* If the RunL function leaves,
@@ -115,7 +114,6 @@
 	*/
 	TInt RunError(TInt aError) ;
 
-
 // From base class MVPbkContactStoreListObserver
 
 	/**
@@ -185,8 +183,8 @@
 	*/
 	void StepComplete(MVPbkContactOperationBase& aOperation, TInt aStepSize );
 
+// From MVPbkBatchOperationObserver
 
-// From MVPbkBatchOperationObserver
 	/**
 	* From MVPbkBatchOperationObserver
 	* Called when one step of the operation fails.
@@ -235,15 +233,13 @@
 	*
 	*/
 	void DeleteAllCreatedContactsL();
-	
-	
+
 	/**
 	* Adds a group to the phonebook
 	*
 	*/  
 	void AddGroupL(const TDesC& aGroupName);
 
-
 	/**
 	* Deletes contacts from the phonebook 
 	*
@@ -252,7 +248,7 @@
 	void DeleteContactsWithIdsL(RArray<TInt>& aContactIdArray);
 	
 	/**
-    *  Tests if Id returns correct vpbklink
+    * Tests if Id returns correct vpbklink
     * 
     * @param aPsClientHandler -  PsClientHandler instance
     * @param srchId -  Id to be tested\
@@ -266,14 +262,15 @@
     */
 
     void AddCreatedContactsToGroup();
+
 private:	
-   /**
+
+    /**
     * Constructor
-    *
     */
     CPcsTestContactsHandler();
     
-   /** 
+    /** 
     * 2nd phase constructor
     *
     * @param SimStoreOnly
@@ -312,7 +309,6 @@
     */
     CVPbkFieldTypeRefsList* fieldTypeRefList;
     
-    
     /*
 	* The array of contactlinks to be deleted
 	*/