diff options
author | Andrew Stitcher <astitcher@apache.org> | 2008-04-18 21:03:49 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2008-04-18 21:03:49 +0000 |
commit | df28afb19a10c804cd02696bd94b09fed1719478 (patch) | |
tree | 9aafbc5ee664b561257cebe8edd2c46955b0999d /cpp/src/qpid/Plugin.h | |
parent | 8633240562fad63a493b319d12b9c663ca081c75 (diff) | |
download | qpid-python-df28afb19a10c804cd02696bd94b09fed1719478.tar.gz |
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
Diffstat (limited to 'cpp/src/qpid/Plugin.h')
-rw-r--r-- | cpp/src/qpid/Plugin.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 |