diff options
| author | Ted Ross <tross@apache.org> | 2008-12-09 20:34:19 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2008-12-09 20:34:19 +0000 |
| commit | 5259f55963e7e58643d72770c64fc4db18eed219 (patch) | |
| tree | 8cbdb1ed3cbfd5568940fdc5f162f07fdcaaa984 /qpid/cpp/src | |
| parent | 155177b2f0650bef78ee4b8efb3fe371d257cc81 (diff) | |
| download | qpid-python-5259f55963e7e58643d72770c64fc4db18eed219.tar.gz | |
Applied name convention to class names: Capitalized names.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724872 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/qpid/acl/management-schema.xml | 2 | ||||
| -rw-r--r-- | qpid/cpp/src/qpid/cluster/management-schema.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/qpid/acl/management-schema.xml b/qpid/cpp/src/qpid/acl/management-schema.xml index 661228b4d3..f4637253d0 100644 --- a/qpid/cpp/src/qpid/acl/management-schema.xml +++ b/qpid/cpp/src/qpid/acl/management-schema.xml @@ -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"/> diff --git a/qpid/cpp/src/qpid/cluster/management-schema.xml b/qpid/cpp/src/qpid/cluster/management-schema.xml index 4c25ddf636..da19387cc6 100644 --- a/qpid/cpp/src/qpid/cluster/management-schema.xml +++ b/qpid/cpp/src/qpid/cluster/management-schema.xml @@ -37,7 +37,7 @@ If access rights are omitted for a property, they are assumed to be RO. --> - <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"/> |
