diff options
author | Ted Ross <tross@apache.org> | 2008-06-04 22:13:40 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2008-06-04 22:13:40 +0000 |
commit | 5afbb19b7ceb60a694207b4c2da9f1378d9ec856 (patch) | |
tree | 09a26695ebb5c9cc1b3adf95940cf87b2e554f4a /cpp/managementgen/templates/Class.cpp | |
parent | 3f913b51d3af8ec31c1c3ffbc8625a70dcc49e90 (diff) | |
download | qpid-python-5afbb19b7ceb60a694207b4c2da9f1378d9ec856.tar.gz |
Management cleanup - Synchronized with the spec on the Wiki
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@663386 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/managementgen/templates/Class.cpp')
-rw-r--r-- | cpp/managementgen/templates/Class.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/managementgen/templates/Class.cpp b/cpp/managementgen/templates/Class.cpp index a1d5fed192..0fbb78b7f1 100644 --- a/cpp/managementgen/templates/Class.cpp +++ b/cpp/managementgen/templates/Class.cpp @@ -85,7 +85,7 @@ void /*MGEN:Class.NameCap*/::writeSchema (Buffer& buf) /*MGEN:Class.EventSchema*/ } -void /*MGEN:Class.NameCap*/::writeConfig (Buffer& buf) +void /*MGEN:Class.NameCap*/::writeProperties (Buffer& buf) { sys::Mutex::ScopedLock mutex(accessLock); configChanged = false; @@ -94,7 +94,7 @@ void /*MGEN:Class.NameCap*/::writeConfig (Buffer& buf) /*MGEN:Class.WriteConfig*/ } -void /*MGEN:Class.NameCap*/::writeInstrumentation (Buffer& buf, bool skipHeaders) +void /*MGEN:Class.NameCap*/::writeStatistics (Buffer& buf, bool skipHeaders) { sys::Mutex::ScopedLock mutex(accessLock); instChanged = false; |