From df28afb19a10c804cd02696bd94b09fed1719478 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Fri, 18 Apr 2008 21:03:49 +0000 Subject: Refactored Acceptor code to allow multiple acceptors to be present in the broker git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@649689 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/Plugin.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'cpp/src/qpid/Plugin.h') diff --git a/cpp/src/qpid/Plugin.h b/cpp/src/qpid/Plugin.h index e040662866..7b01c83273 100644 --- a/cpp/src/qpid/Plugin.h +++ b/cpp/src/qpid/Plugin.h @@ -88,9 +88,6 @@ class Plugin : boost::noncopyable * Caller must not delete plugin pointers. */ static const Plugins& getPlugins(); - - private: - static Plugins plugins; }; } // namespace qpid -- cgit v1.2.1