commit | 4d92cbfe32ef6ee24547401cc06994baa84a24aa | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed.tanous@intel.com> | Thu Jun 22 15:41:02 2017 -0700 |
committer | Ed Tanous <ed.tanous@intel.com> | Thu Jun 22 15:41:02 2017 -0700 |
tree | 5d3a04485b2eab08cf128d3cc8e66d7424e9e332 | |
parent | d464987e65d11bec8eca23dc996015f6914894eb [diff] [blame] |
incremental
diff --git a/boost-dbus/include/dbus/impl/message_iterator.hpp b/boost-dbus/include/dbus/impl/message_iterator.hpp index 44bcf2e..6969b8b 100644 --- a/boost-dbus/include/dbus/impl/message_iterator.hpp +++ b/boost-dbus/include/dbus/impl/message_iterator.hpp
@@ -34,7 +34,8 @@ bool next(); bool has_next(); - int get_arg_type(); + char get_arg_type(); + int get_element_count(); void get_basic(void *value);