Author: tross
Date: Tue Dec  9 12:34:19 2008
New Revision: 724872

URL: http://svn.apache.org/viewvc?rev=724872&view=rev
Log:
Applied name convention to class names:  Capitalized names.

Modified:
    incubator/qpid/trunk/qpid/cpp/src/qpid/acl/management-schema.xml
    incubator/qpid/trunk/qpid/cpp/src/qpid/cluster/management-schema.xml

Modified: incubator/qpid/trunk/qpid/cpp/src/qpid/acl/management-schema.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/qpid/acl/management-schema.xml?rev=724872&r1=724871&r2=724872&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/qpid/acl/management-schema.xml (original)
+++ incubator/qpid/trunk/qpid/cpp/src/qpid/acl/management-schema.xml Tue Dec  9 
12:34:19 2008
@@ -16,7 +16,7 @@
  * limitations under the License.
 -->
 
-  <class name="acl">
+  <class name="Acl">
     <property name="brokerRef"     type="objId"   
references="org.apache.qpid.broker:Broker" access="RO" index="y" parentRef="y"/>
     <property name="policyFile"    type="sstr"    access="RO"    desc="Name of 
the policy file"/>
     <property name="enforcingAcl"  type="bool"    access="RO"    
desc="Currently Enforcing ACL"/>

Modified: incubator/qpid/trunk/qpid/cpp/src/qpid/cluster/management-schema.xml
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/qpid/cluster/management-schema.xml?rev=724872&r1=724871&r2=724872&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/qpid/cluster/management-schema.xml 
(original)
+++ incubator/qpid/trunk/qpid/cpp/src/qpid/cluster/management-schema.xml Tue 
Dec  9 12:34:19 2008
@@ -37,7 +37,7 @@
 
   -->
 
-  <class name="cluster">
+  <class name="Cluster">
     <property name="brokerRef"        type="objId"  references="Broker" 
access="RC" index="y" parentRef="y"/>
     <property name="clusterName"      type="sstr"   access="RC" desc="Name of 
cluster this server is a member of"/>
     <property name="clusterID"        type="sstr"   access="RO" desc="Globally 
uniquie ID (UUID) for this cluster instance"/>


Reply via email to