cmmanager/cmmgr/cmmserver/inc/cmmcache.h
changeset 30 8dde790cab74
parent 28 860702281757
child 40 c5b848e6c7d1
equal deleted inserted replaced
29:1f1fcd7e941c 30:8dde790cab74
   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     /**