From 5c05a24ba14b1942309a703866aac76772f5f201 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 22 Jun 2010 10:35:03 +0200 Subject: Convert client to use indirect calls for message marshalling This is required to support multiple versions --- client/red_channel.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/red_channel.h') diff --git a/client/red_channel.h b/client/red_channel.h index c2528abe..d973a455 100644 --- a/client/red_channel.h +++ b/client/red_channel.h @@ -25,6 +25,7 @@ #include "platform.h" #include "process_loop.h" #include "demarshallers.h" +#include "marshallers.h" enum { PASSIVE_STATE, @@ -144,6 +145,8 @@ protected: void handle_disconnect(RedPeer::InMessage* message); void handle_notify(RedPeer::InMessage* message); + SpiceMessageMarshallers *_marshallers; + private: void set_state(int state); void run(); -- cgit