engine leak fixed; pgm compilation fixed

This commit is contained in:
Martin Sustrik
2010-08-14 08:37:38 +02:00
parent 45f83d78a5
commit 43e34d0281
10 changed files with 48 additions and 26 deletions

View File

@@ -34,6 +34,10 @@ namespace zmq
// Unplug the engine from the session.
virtual void unplug () = 0;
// Terminate and deallocate the engine. Note that 'detached'
// events in not fired on termination.
virtual void terminate () = 0;
// This method is called by the session to signalise that more
// messages can be written to the pipe.
virtual void activate_in () = 0;