cmmanager/cmmgr/cmmserver/inc/cmmcache.h
changeset 27 489cf6208544
parent 23 7ec726f93df1
child 40 c5b848e6c7d1
--- a/cmmanager/cmmgr/cmmserver/inc/cmmcache.h	Fri May 14 16:15:46 2010 +0300
+++ b/cmmanager/cmmgr/cmmserver/inc/cmmcache.h	Thu May 27 13:17:01 2010 +0300
@@ -533,6 +533,13 @@
     void CheckIfConnMethodReferencesCanBeRemovedL( const CCmmConnMethodInstance& aConnMethodInstance );
 
     /**
+     * Check if given connection method is referenced from any protected destination.
+     */
+    void CheckIfConnMethodBelongsToProtectedDestinationL(
+            const CCmmConnMethodInstance& aConnMethodInstance,
+            TBool& aBelongsToProtectedDestination );
+
+    /**
      * Check if the given connection method can be deleted.
      */
     void CheckIfConnMethodCanBeDeletedL( const CCmmConnMethodInstance& aConnMethodInstance );