From 176879e5bbce6115ff5741f2426f689bda312109 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sun, 30 Aug 2009 08:18:31 +0200 Subject: engine virtualised; chatroom example removed --- src/command.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command.hpp') diff --git a/src/command.hpp b/src/command.hpp index d16d4fa..9a2e5d5 100644 --- a/src/command.hpp +++ b/src/command.hpp @@ -65,7 +65,7 @@ namespace zmq // Attach the engine to the session. struct { - class zmq_engine_t *engine; + struct i_engine *engine; } attach; // Sent from session to socket to establish pipe(s) between them. -- cgit v1.2.3