From 538de80a91da74598ba2449fbbec6de37376a4ce Mon Sep 17 00:00:00 2001 From: weidai Date: Thu, 20 Mar 2003 01:24:12 +0000 Subject: various changes for 5.1 --- simple.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'simple.h') diff --git a/simple.h b/simple.h index f57d1f80..e26cefd4 100644 --- a/simple.h +++ b/simple.h @@ -151,6 +151,8 @@ public: {ChannelPut(channel, inString, length); return false;} virtual unsigned int ChannelPut2(const std::string &channel, const byte *begin, unsigned int length, int messageEnd, bool blocking) =0; + unsigned int ChannelPutModifiable2(const std::string &channel, byte *begin, unsigned int length, int messageEnd, bool blocking) + {return ChannelPut2(channel, begin, length, messageEnd, blocking);} virtual void ChannelInitialize(const std::string &channel, const NameValuePairs ¶meters=g_nullNameValuePairs, int propagation=-1) =0; virtual bool ChannelFlush(const std::string &channel, bool hardFlush, int propagation=-1, bool blocking=true) =0; -- cgit v1.2.1