Author: shuston
Date: Thu Oct 30 16:10:45 2008
New Revision: 709280
URL: http://svn.apache.org/viewvc?rev=709280&view=rev
Log:
Consistently refer to struct as struct, not class
Modified:
incubator/qpid/trunk/qpid/cpp/src/qpid/broker/Broker.h
Modified: incubator/qpid/trunk/qpid/cpp/src/qpid/broker/Broker.h
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/qpid/broker/Broker.h?rev=709280&r1=709279&r2=709280&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/qpid/broker/Broker.h (original)
+++ incubator/qpid/trunk/qpid/cpp/src/qpid/broker/Broker.h Thu Oct 30 16:10:45
2008
@@ -60,7 +60,7 @@
class Poller;
}
-class Url;
+struct Url;
namespace broker {