try to make wsdl generator happy
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sun, 17 Oct 2010 15:48:42 +0000 (17:48 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sun, 17 Oct 2010 15:48:42 +0000 (17:48 +0200)
sfa/methods/RegisterPeerObject.py
sfa/methods/RemovePeerObject.py
sfa/methods/remove_peer_object.py

index 51fbe25..e4cea96 100644 (file)
@@ -14,7 +14,7 @@ from sfa.trust.auth import Auth
 from sfa.trust.gid import create_uuid
 from sfa.trust.credential import Credential
 
-class register_peer_object(Method):
+class RegisterPeerObject(Method):
     """
     Register a peer object with the registry. In addition to being stored in the
     SFA database, the appropriate records will also be created in the
index 866122d..460aa98 100644 (file)
@@ -7,7 +7,7 @@ from sfa.util.table import SfaTable
 from sfa.trust.credential import Credential
 from types import StringTypes
 
-class remove_peer_object(Method):
+class RemovePeerObject(Method):
     """
     Remove an peer object from the PLC records of a local aggregate. 
     This method will be called by registry.remove() while removing 
index 866122d..41d74dc 100644 (file)
@@ -9,7 +9,7 @@ from types import StringTypes
 
 class remove_peer_object(Method):
     """
-    Remove an peer object from the PLC records of a local aggregate. 
+    Remove a peer object from the PLC records of a local aggregate. 
     This method will be called by registry.remove() while removing 
     a record from the local aggreage's PLCDB and sfa table. This 
     method need not be directly called by end-user.