Make it explicit that the probe function doesn't modify passed message

This commit is contained in:
Martin Hurton
2014-01-08 07:49:02 +01:00
parent 629221889d
commit d72ceb93be
8 changed files with 8 additions and 8 deletions

View File

@@ -70,7 +70,7 @@ namespace zmq
int64_t fd ();
void set_fd (int64_t fd_);
bool is_identity () const;
bool is_delimiter ();
bool is_delimiter () const;
bool is_vsm ();
bool is_cmsg ();