Document more classes

This commit is contained in:
Matias Fontanini
2016-06-12 20:14:40 -07:00
parent 9751acd8df
commit a055768f5a
13 changed files with 400 additions and 7 deletions

View File

@@ -91,7 +91,7 @@ int64_t Message::get_offset() const {
return handle_->offset;
}
void* Message::private_data() {
void* Message::private_data() const {
return handle_->_private;
}