diff options
Diffstat (limited to 'cpp/src/qpid/cluster/ConnectionCodec.h')
-rw-r--r-- | cpp/src/qpid/cluster/ConnectionCodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/ConnectionCodec.h b/cpp/src/qpid/cluster/ConnectionCodec.h index cbc3dcdfe6..59ce20d821 100644 --- a/cpp/src/qpid/cluster/ConnectionCodec.h +++ b/cpp/src/qpid/cluster/ConnectionCodec.h @@ -58,7 +58,7 @@ class ConnectionCodec : public sys::ConnectionCodec { ConnectionCodec(sys::OutputControl& out, const std::string& id, Cluster& c); ~ConnectionCodec(); - // ConnectionCodec functions delegate to the codecOutput + // ConnectionCodec functions. size_t decode(const char* buffer, size_t size); size_t encode(const char* buffer, size_t size); bool canEncode(); |