You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2012/11/02 22:00:45 UTC

svn commit: r1405164 - /qpid/trunk/qpid/cpp/managementgen/qmfgen/templates/Event.h

Author: chug
Date: Fri Nov  2 21:00:45 2012
New Revision: 1405164

URL: http://svn.apache.org/viewvc?rev=1405164&view=rev
Log:
NO-JIRA Repair r1405147 for correctness.

Modified:
    qpid/trunk/qpid/cpp/managementgen/qmfgen/templates/Event.h

Modified: qpid/trunk/qpid/cpp/managementgen/qmfgen/templates/Event.h
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/managementgen/qmfgen/templates/Event.h?rev=1405164&r1=1405163&r2=1405164&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/managementgen/qmfgen/templates/Event.h (original)
+++ qpid/trunk/qpid/cpp/managementgen/qmfgen/templates/Event.h Fri Nov  2 21:00:45 2012
@@ -34,13 +34,12 @@ QPID_BROKER_CLASS_EXTERN class Event/*MG
   private:
     static void writeSchema (std::string& schema);
     static uint8_t md5Sum[MD5_LEN];
+    QPID_BROKER_EXTERN static std::string packageName;
+    QPID_BROKER_EXTERN static std::string eventName;
 
 /*MGEN:Event.ArgDeclarations*/
 
   public:
-    QPID_BROKER_EXTERN static std::string packageName;
-    QPID_BROKER_EXTERN static std::string eventName;
-
     writeSchemaCall_t getWriteSchemaCall(void) { return writeSchema; }
 
     QPID_BROKER_EXTERN Event/*MGEN:Event.NameCap*/(/*MGEN:Event.ConstructorArgs*/);



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org