cmmanager/cmmgr/cmmserver/inc/cmmconnmethodstruct.h
changeset 27 489cf6208544
parent 23 7ec726f93df1
child 40 c5b848e6c7d1
equal deleted inserted replaced
23:7ec726f93df1 27:489cf6208544
    78      * Sets a new status value.
    78      * Sets a new status value.
    79      */
    79      */
    80     void SetStatus( const TCmmConnMethodStatus& aStatus );
    80     void SetStatus( const TCmmConnMethodStatus& aStatus );
    81 
    81 
    82     /**
    82     /**
    83      * TODO
    83      * Refresh the connection method data in this cache side object to be in
    84      * 
    84      * synch with the database and copy that data back to the session side
       
    85      * connection method instance given as parameter.
    85      */
    86      */
    86     void RefreshConnMethodInstanceL(
    87     void RefreshConnMethodInstanceL(
    87             CCmmConnMethodInstance& aConnMethodInstance );
    88             CCmmConnMethodInstance& aConnMethodInstance );
    88 
    89 
    89     /**
    90     /**
    91      * references.
    92      * references.
    92      */
    93      */
    93     TInt SessionInstanceClosed(); //TODO, rename to ConnMethodInstanceClosed ?
    94     TInt SessionInstanceClosed(); //TODO, rename to ConnMethodInstanceClosed ?
    94 
    95 
    95     /**
    96     /**
    96      * Set the connection method plugin. Updates status and sets reference
    97      * Set the connection method plugin pointer, bearer type and status.
    97      * counter to 1.
       
    98      */
    98      */
    99     void SetPlugin(
    99     void SetPlugin(
   100             CCmPluginBaseEng* aPlugin,
   100             CCmPluginBaseEng* aPlugin,
   101             TUint32 aBearerType,
   101             TUint32 aBearerType,
   102             TCmmConnMethodStatus aStatus );
   102             TCmmConnMethodStatus aStatus );