cmmanager/cmmgr/cmmserver/inc/cmmconnmethodinstance.h
changeset 27 489cf6208544
parent 23 7ec726f93df1
child 40 c5b848e6c7d1
--- a/cmmanager/cmmgr/cmmserver/inc/cmmconnmethodinstance.h	Fri May 14 16:15:46 2010 +0300
+++ b/cmmanager/cmmgr/cmmserver/inc/cmmconnmethodinstance.h	Thu May 27 13:17:01 2010 +0300
@@ -69,16 +69,6 @@
 
 public:
     /**
-     * Set the plugin base pointer.
-     */
-    void SetPlugin( CCmPluginBaseEng* aPlugin );
-
-    /**
-     * Get the plugin base pointer.
-     */
-    CCmPluginBaseEng* GetPlugin() const;
-
-    /**
      * Get connection method ID.
      */
     TUint32 GetId() const;
@@ -94,11 +84,6 @@
     TUint32 GetBearerType() const;
 
     /**
-     * Set bearer type.
-     */
-    void SetBearerType( const TUint32& aBearerType );
-
-    /**
      * Get handle ID.
      */
     TInt GetHandle() const;
@@ -171,8 +156,8 @@
      * @return None
      */
     void SetIntAttributeL(
-        const TUint32& aAttribute,
-        const TUint32& aValue );
+            const TUint32& aAttribute,
+            const TUint32& aValue );
 
     /**
      * Sets the integer value identified by aAttribute.
@@ -181,8 +166,8 @@
      * @return None
      */
     void SetBoolAttributeL(
-        const TUint32& aAttribute,
-        const TBool& aValue );
+            const TUint32& aAttribute,
+            const TBool& aValue );
 
     /**
      * Sets the 16 bit string value identified by aAttribute.
@@ -191,8 +176,8 @@
      * @return None
      */
     void SetStringAttributeL(
-        const TUint32& aAttribute,
-        const TDesC16& aValue );
+            const TUint32& aAttribute,
+            const TDesC16& aValue );
 
     /**
      * Sets the 8 bit string value identified by aAttribute.
@@ -201,13 +186,8 @@
      * @return None
      */
     void SetString8AttributeL(
-        const TUint32& aAttribute,
-        const TDesC8& aValue );
-
-    /**
-     * Gets the current status of this connection method instance.
-     */
-    TCmmConnMethodStatus GetStatus() const;
+            const TUint32& aAttribute,
+            const TDesC8& aValue );
 
     /**
      * Sets a new status value.