cmmanager/cmmgr/cmmserver/inc/cmmconnmethodinstance.h
changeset 53 4af712113915
parent 46 95d45f234cf3
equal deleted inserted replaced
47:cb7afde124a3 53:4af712113915
   188     void SetString8AttributeL(
   188     void SetString8AttributeL(
   189             const TUint32 aAttribute,
   189             const TUint32 aAttribute,
   190             const TDesC8& aValue );
   190             const TDesC8& aValue );
   191 
   191 
   192     /**
   192     /**
       
   193      * Gets the current status value.
       
   194      */
       
   195     TCmmConnMethodStatus GetStatus() const;
       
   196 
       
   197     /**
   193      * Sets a new status value.
   198      * Sets a new status value.
   194      */
   199      */
   195     void SetStatus( const TCmmConnMethodStatus& aStatus );
   200     void SetStatus( const TCmmConnMethodStatus aStatus );
   196 
   201 
   197     /*
   202     /*
   198      * Called after this connection method has been updated and database
   203      * Called after this connection method has been updated and database
   199      * transaction has completed successfully. Sets the internal state of this
   204      * transaction has completed successfully. Sets the internal state of this
   200      * connection method instance to reflect the new valid state.
   205      * connection method instance to reflect the new valid state.
   241     TUint32 iBearerType;
   246     TUint32 iBearerType;
   242 
   247 
   243     // Connection method handle status.
   248     // Connection method handle status.
   244     TCmmConnMethodStatus iStatus;
   249     TCmmConnMethodStatus iStatus;
   245 
   250 
       
   251     // Current status of the loaded commsdat records of this connection method.
       
   252     TCmmRecordStatus iRecordStatus;
       
   253 
   246     // Subsession handle ID.
   254     // Subsession handle ID.
   247     TInt iHandle;
   255     TInt iHandle;
   248     };
   256     };
   249 
   257 
   250 #endif // CMMCONNMETHODINSTANCE_H_
   258 #endif // CMMCONNMETHODINSTANCE_H_