ipcm_plat/bearer_settings_plugin_api/inc/cmpluginbaseeng.h
changeset 44 a0c4ceac30d0
parent 40 c5b848e6c7d1
--- a/ipcm_plat/bearer_settings_plugin_api/inc/cmpluginbaseeng.h	Thu Jun 24 11:36:05 2010 +0300
+++ b/ipcm_plat/bearer_settings_plugin_api/inc/cmpluginbaseeng.h	Fri Jul 09 10:25:55 2010 +0300
@@ -387,18 +387,7 @@
          * @param aTableIdArray A reference to an array where iap related generic
          * table ids are added.
          */
-        IMPORT_C void GetGenericTableIdsToBeObserved( RArray<TUint32>& aTableIdArray ) const;
-
-        /**
-         * Requests CommsDat table ids to be observed for changes by the cmm
-         * server. If a table used is not mentioned to be modified a bearer
-         * shouldn't return this. Bearers do not reset the array before adding
-         * ids.
-         * @param aTableIdArray A reference to an array where plugin must add
-         * the ids of the tables it want's to be observed.
-         */
-        IMPORT_C virtual void GetBearerTableIdsToBeObservedL(
-                RArray<TUint32>& aTableIdArray ) const = 0;
+        IMPORT_C void GetGenericTableIdsToBeObservedL( RArray<TUint32>& aTableIdArray ) const;
 
     public: // plugin interface
         /**
@@ -609,6 +598,17 @@
          */
         virtual void BearerRecordNameLC( HBufC* &aBearerName ) = 0;
 
+        /**
+         * Requests CommsDat table ids to be observed for changes by the cmm
+         * server. If a table used is not mentioned to be modified a bearer
+         * shouldn't return this. Bearers do not reset the array before adding
+         * ids.
+         * @param aTableIdArray A reference to an array where plugin must add
+         * the ids of the tables it want's to be observed.
+         */
+        IMPORT_C virtual void GetBearerTableIdsToBeObservedL(
+                RArray<TUint32>& aTableIdArray ) const = 0;
+
     protected:
         /**
          * Constructor