cmmanager/cmmgr/cmmserver/inc/cmmconnmethodstruct.h
changeset 27 489cf6208544
parent 23 7ec726f93df1
child 40 c5b848e6c7d1
--- a/cmmanager/cmmgr/cmmserver/inc/cmmconnmethodstruct.h	Fri May 14 16:15:46 2010 +0300
+++ b/cmmanager/cmmgr/cmmserver/inc/cmmconnmethodstruct.h	Thu May 27 13:17:01 2010 +0300
@@ -80,8 +80,9 @@
     void SetStatus( const TCmmConnMethodStatus& aStatus );
 
     /**
-     * TODO
-     * 
+     * Refresh the connection method data in this cache side object to be in
+     * synch with the database and copy that data back to the session side
+     * connection method instance given as parameter.
      */
     void RefreshConnMethodInstanceL(
             CCmmConnMethodInstance& aConnMethodInstance );
@@ -93,8 +94,7 @@
     TInt SessionInstanceClosed(); //TODO, rename to ConnMethodInstanceClosed ?
 
     /**
-     * Set the connection method plugin. Updates status and sets reference
-     * counter to 1.
+     * Set the connection method plugin pointer, bearer type and status.
      */
     void SetPlugin(
             CCmPluginBaseEng* aPlugin,