93
93
void IsolatedInitialize(const NameValuePairs ¶meters=g_nullNameValuePairs);
95
size_t ChannelPut2(const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking);
96
size_t ChannelPutModifiable2(const std::string &channel, byte *begin, size_t length, int messageEnd, bool blocking);
95
unsigned int ChannelPut2(const std::string &channel, const byte *begin, unsigned int length, int messageEnd, bool blocking);
96
unsigned int ChannelPutModifiable2(const std::string &channel, byte *begin, unsigned int length, int messageEnd, bool blocking);
98
98
bool ChannelFlush(const std::string &channel, bool completeFlush, int propagation=-1, bool blocking=true);
99
99
bool ChannelMessageSeriesEnd(const std::string &channel, int propagation=-1, bool blocking=true);
103
103
void AddDefaultRoute(BufferedTransformation &destination);
104
104
void RemoveDefaultRoute(BufferedTransformation &destination);