From c8b9afd3aeaefc1cb2579bf86b79caca2b238e64 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Fri, 18 May 2012 22:05:20 +0000 Subject: QPID-4005: Eliminate "using" especially "using namespace" from header file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1340277 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qmf/EventNotifierImpl.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qpid/cpp/src/qmf/EventNotifierImpl.cpp') diff --git a/qpid/cpp/src/qmf/EventNotifierImpl.cpp b/qpid/cpp/src/qmf/EventNotifierImpl.cpp index 20114aaa5e..81b6d637a3 100644 --- a/qpid/cpp/src/qmf/EventNotifierImpl.cpp +++ b/qpid/cpp/src/qmf/EventNotifierImpl.cpp @@ -21,6 +21,8 @@ #include "qmf/AgentSessionImpl.h" #include "qmf/ConsoleSessionImpl.h" +namespace qmf { + EventNotifierImpl::EventNotifierImpl(AgentSession& agentSession) : readable(false), agent(agentSession) { @@ -54,3 +56,5 @@ bool EventNotifierImpl::isReadable() const { return this->readable; } + +} -- cgit v1.2.1