Author: shuston
Date: Fri Oct 30 22:51:17 2009
New Revision: 831483

URL: http://svn.apache.org/viewvc?rev=831483&view=rev
Log:
Refer to struct/class consistently across files.

Modified:
    qpid/trunk/qpid/cpp/include/qmf/engine/Console.h
    qpid/trunk/qpid/cpp/include/qmf/engine/Schema.h

Modified: qpid/trunk/qpid/cpp/include/qmf/engine/Console.h
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/include/qmf/engine/Console.h?rev=831483&r1=831482&r2=831483&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/include/qmf/engine/Console.h (original)
+++ qpid/trunk/qpid/cpp/include/qmf/engine/Console.h Fri Oct 30 22:51:17 2009
@@ -33,7 +33,7 @@
 namespace engine {
 
     class Console;
-    struct ConsoleImpl;
+    class ConsoleImpl;
     class BrokerProxyImpl;
     class AgentProxy;
     struct AgentProxyImpl;
@@ -54,7 +54,7 @@
 
     private:
         friend struct MethodResponseImpl;
-        friend struct ConsoleImpl;
+        friend class ConsoleImpl;
         MethodResponse(MethodResponseImpl* impl);
         MethodResponseImpl* impl;
     };
@@ -173,7 +173,7 @@
         void sendQuery(const Query& query, void* context, const AgentProxy* 
agent = 0);
 
     private:
-        friend struct ConsoleImpl;
+        friend class ConsoleImpl;
         friend struct StaticContext;
         BrokerProxyImpl* impl;
     };

Modified: qpid/trunk/qpid/cpp/include/qmf/engine/Schema.h
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/include/qmf/engine/Schema.h?rev=831483&r1=831482&r2=831483&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/include/qmf/engine/Schema.h (original)
+++ qpid/trunk/qpid/cpp/include/qmf/engine/Schema.h Fri Oct 30 22:51:17 2009
@@ -150,7 +150,7 @@
     private:
         friend struct SchemaClassKeyImpl;
         friend class BrokerProxyImpl;
-        friend struct ConsoleImpl;
+        friend class ConsoleImpl;
         SchemaClassKey(SchemaClassKeyImpl* impl);
         SchemaClassKeyImpl* impl;
     };



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscr...@qpid.apache.org

Reply via email to