smf/smfservermodule/smfserver/datastoremgr/dsm.h
changeset 25 a180113055cb
parent 14 a469c0e6e7fb
child 26 83d6a149c755
--- a/smf/smfservermodule/smfserver/datastoremgr/dsm.h	Thu Sep 23 17:20:22 2010 +0530
+++ b/smf/smfservermodule/smfserver/datastoremgr/dsm.h	Thu Sep 23 17:43:31 2010 +0530
@@ -174,6 +174,7 @@
 									const QString &statusText,
 									const Int64 timeStamp	
 									);
+
   
         
         /**delete a row in the contact table */
@@ -188,7 +189,7 @@
         
         /*------------------Operation on Relation Table-------------------*/ 
         /**insert a row in relation table and return relationId */
-        const int addRelationToTable(const int aContactId, int aRelationId = ENewRelation);
+        int addRelationToTable(const int aContactId, int aRelationId = ENewRelation);
         
         /**delete a relation table*/
         SmfError deleteRelationFromTable(const int aRelationId);
@@ -206,10 +207,10 @@
         int searchRelationId(const int aContactId);
         
         /**search for a reation contact having highest index value*/
-        const int findMaxIndexValue(const int aRelationId );
+        int findMaxIndexValue(const int aRelationId );
         
         /**search for a reationId highest value*/
-        const int findMaxRelationId();
+        int findMaxRelationId();
         
         /**On deletion of a contact it decrease index of all contacts 
          * having index greater than it in that relation.