cmmanager/cmmgr/cmmserver/inc/cmmcache.h
changeset 27 489cf6208544
parent 23 7ec726f93df1
child 40 c5b848e6c7d1
equal deleted inserted replaced
23:7ec726f93df1 27:489cf6208544
   531      * made into an uncategorized connection method.
   531      * made into an uncategorized connection method.
   532      */
   532      */
   533     void CheckIfConnMethodReferencesCanBeRemovedL( const CCmmConnMethodInstance& aConnMethodInstance );
   533     void CheckIfConnMethodReferencesCanBeRemovedL( const CCmmConnMethodInstance& aConnMethodInstance );
   534 
   534 
   535     /**
   535     /**
       
   536      * Check if given connection method is referenced from any protected destination.
       
   537      */
       
   538     void CheckIfConnMethodBelongsToProtectedDestinationL(
       
   539             const CCmmConnMethodInstance& aConnMethodInstance,
       
   540             TBool& aBelongsToProtectedDestination );
       
   541 
       
   542     /**
   536      * Check if the given connection method can be deleted.
   543      * Check if the given connection method can be deleted.
   537      */
   544      */
   538     void CheckIfConnMethodCanBeDeletedL( const CCmmConnMethodInstance& aConnMethodInstance );
   545     void CheckIfConnMethodCanBeDeletedL( const CCmmConnMethodInstance& aConnMethodInstance );
   539 
   546 
   540     /**
   547     /**