From 42c3d8f3aa593c224174558fd6f3d2709e08f7d0 Mon Sep 17 00:00:00 2001 From: weidai Date: Wed, 16 Jul 2003 01:53:45 +0000 Subject: added support for using encoding parameters and key derivation parameters git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@98 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- mqueue.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'mqueue.h') diff --git a/mqueue.h b/mqueue.h index 6d7d04b..1cad921 100644 --- a/mqueue.h +++ b/mqueue.h @@ -73,8 +73,6 @@ public: , m_firstChannel(firstChannel), m_secondChannel(secondChannel) {} unsigned int ChannelPut2(const std::string &channel, const byte *begin, unsigned int length, int messageEnd, bool blocking); - - void ChannelInitialize(const std::string &channel, const NameValuePairs ¶meters=g_nullNameValuePairs, int propagation=-1); bool ChannelMessageSeriesEnd(const std::string &channel, int propagation=-1, bool blocking=true); private: -- cgit v1.2.1