Author: sanka
Date: Mon Oct  2 02:18:23 2006
New Revision: 451927

URL: http://svn.apache.org/viewvc?view=rev&rev=451927
Log:
Added PolicyComponent.equal(PolicyComponent) method to 
SandeshaPolicyBean


Modified:
    
webservices/sandesha/trunk/java/src/org/apache/sandesha2/policy/SandeshaPolicyBean.java

Modified: 
webservices/sandesha/trunk/java/src/org/apache/sandesha2/policy/SandeshaPolicyBean.java
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/src/org/apache/sandesha2/policy/SandeshaPolicyBean.java?view=diff&rev=451927&r1=451926&r2=451927
==============================================================================
--- 
webservices/sandesha/trunk/java/src/org/apache/sandesha2/policy/SandeshaPolicyBean.java
 (original)
+++ 
webservices/sandesha/trunk/java/src/org/apache/sandesha2/policy/SandeshaPolicyBean.java
 Mon Oct  2 02:18:23 2006
@@ -298,4 +298,8 @@
         this.inactivityTimeoutMeasure = inactivityTimeoutMeasure;

     }

 

+    public boolean equal(PolicyComponent policyComponent) {

+        // TODO

+        return false;

+    }    

 }




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to