[rhmessaging-commits] rhmessaging commits: r2837 - in mgmt/trunk/sesame/cpp/src: qmfgen and 1 other directory.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Tue Nov 18 17:04:43 EST 2008


Author: tedross
Date: 2008-11-18 17:04:43 -0500 (Tue, 18 Nov 2008)
New Revision: 2837

Modified:
   mgmt/trunk/sesame/cpp/src/SysAgent.cpp
   mgmt/trunk/sesame/cpp/src/qmfgen/schema.xml
Log:
Name change for Sysimage table

Modified: mgmt/trunk/sesame/cpp/src/SysAgent.cpp
===================================================================
--- mgmt/trunk/sesame/cpp/src/SysAgent.cpp	2008-11-18 21:17:03 UTC (rev 2836)
+++ mgmt/trunk/sesame/cpp/src/SysAgent.cpp	2008-11-18 22:04:43 UTC (rev 2837)
@@ -6,7 +6,7 @@
 #include "qpid/sys/SystemInfo.h"
 #include "qpid/framing/Uuid.h"
 #include "qmf/com/redhat/sesame/Package.h"
-#include "qmf/com/redhat/sesame/SysImage.h"
+#include "qmf/com/redhat/sesame/Sysimage.h"
 
 #include <signal.h>
 #include <unistd.h>
@@ -27,7 +27,7 @@
 class SysAgent : public Manageable
 {
     ManagementAgent* agent;
-    _qmf::SysImage*  mgmtObject;
+    _qmf::Sysimage*  mgmtObject;
     qpid::framing::Uuid    uuid;
 
 public:
@@ -79,7 +79,7 @@
         }
     }
 
-    mgmtObject = new _qmf::SysImage(agent, this, uuid);
+    mgmtObject = new _qmf::Sysimage(agent, this, uuid);
     qpid::sys::SystemInfo::getSystemId (sysname,
                                         nodename,
                                         release,

Modified: mgmt/trunk/sesame/cpp/src/qmfgen/schema.xml
===================================================================
--- mgmt/trunk/sesame/cpp/src/qmfgen/schema.xml	2008-11-18 21:17:03 UTC (rev 2836)
+++ mgmt/trunk/sesame/cpp/src/qmfgen/schema.xml	2008-11-18 22:04:43 UTC (rev 2837)
@@ -1,6 +1,6 @@
 <schema package="com.redhat.sesame">
 
-  <class name="SysImage">
+  <class name="Sysimage">
     <property name="uuid"    index="y" type="uuid" access="RC" desc="UUID of System Image"/>
 
     <property name="osName"   type="sstr" access="RO" desc="Operating System Name"/>




More information about the rhmessaging-commits mailing list