cmmanager/cmmgr/cmmserver/inc/cmmcache.h
changeset 66 ed07dcc72692
parent 53 4af712113915
equal deleted inserted replaced
64:84c6623982f6 66:ed07dcc72692
   585     /**
   585     /**
   586      * Informs all the loaded iaps if something related to their tables
   586      * Informs all the loaded iaps if something related to their tables
   587      * changed in commsdat.
   587      * changed in commsdat.
   588      */
   588      */
   589     void NotifyPluginsForTableChangesL( const TUint32 aTableId );
   589     void NotifyPluginsForTableChangesL( const TUint32 aTableId );
       
   590     
       
   591     /**
       
   592      * Try to load unknown plugin dynamically during running-time
       
   593      * Return the index number if loaded successfully; otherwise, return -1
       
   594      */
       
   595     TInt RefreshPluginL( const TUint32 aBearerType );
   590 
   596 
   591 private:
   597 private:
   592     // Monitors changes in the database.
   598     // Monitors changes in the database.
   593     CCmmListenerManager* iListenerManager; // Owned.
   599     CCmmListenerManager* iListenerManager; // Owned.
   594 
   600