diff options
Diffstat (limited to 'cpp/src/qpid/client/Demux.h')
-rw-r--r-- | cpp/src/qpid/client/Demux.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/Demux.h b/cpp/src/qpid/client/Demux.h index 234282a8d2..dce24223f2 100644 --- a/cpp/src/qpid/client/Demux.h +++ b/cpp/src/qpid/client/Demux.h @@ -47,7 +47,8 @@ public: typedef sys::BlockingQueue<framing::FrameSet::shared_ptr> Queue; typedef boost::shared_ptr<Queue> QueuePtr; - Demux() : defaultQueue(new Queue()) {} + Demux(); + ~Demux(); void handle(framing::FrameSet::shared_ptr); void close(); |