cmmanager/cmmgr/cmmserver/inc/cmmdestinationstruct.h
changeset 53 4af712113915
parent 46 95d45f234cf3
--- a/cmmanager/cmmgr/cmmserver/inc/cmmdestinationstruct.h	Tue Jul 06 14:42:41 2010 +0300
+++ b/cmmanager/cmmgr/cmmserver/inc/cmmdestinationstruct.h	Wed Aug 18 10:10:23 2010 +0300
@@ -97,10 +97,14 @@
     void SetStatus( const TCmmDestinationStatus& aStatus );
 
     /**
+     * Notify about a possible change in database on specified record table.
+     */
+    void NotifyRecordChange( const TCmmDbRecords aRecordType );
+
+    /**
      * Set the record status for all records.
      */
-    void SetStatusForAllRecords( const TCmmRecordStatus& aStatus );
-
+    void SetStatusForAllRecords( const TCmmRecordStatus aStatus );
 
     /**
      * Copies the data for this destination to a session instance and
@@ -118,7 +122,7 @@
             CCmmDestinationInstance& aDestinationInstance );
 
     /**
-     * Re-loads a destination record if needed and copies the latest version to
+     * Reloads a destination record if needed and copies the latest version to
      * the session instance given as parameter.
      */
     void LoadRecordL(