From fad74cee5d3cc7f1efb48adafdf52f4242019e54 Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Wed, 7 Jan 2009 23:36:30 +0000 Subject: Namespace and IntegerTypes.h tweaks to build on Windows Visual C++ git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@732559 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/console/Event.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/console/Event.cpp') diff --git a/cpp/src/qpid/console/Event.cpp b/cpp/src/qpid/console/Event.cpp index 51f043159c..b7fdde1487 100644 --- a/cpp/src/qpid/console/Event.cpp +++ b/cpp/src/qpid/console/Event.cpp @@ -32,7 +32,7 @@ using namespace std; using qpid::framing::Uuid; using qpid::framing::FieldTable; -Event::Event(Broker* _broker, SchemaClass* _schema, framing::Buffer& buffer) : +Event::Event(Broker* _broker, SchemaClass* _schema, qpid::framing::Buffer& buffer) : broker(_broker), schema(_schema) { timestamp = buffer.getLongLong(); -- cgit v1.2.1