* Fixed reading and writing of fixed-size arrays
git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@9595 30a43799-04e7-0310-8b2b-ea0d24f86d0e
This commit is contained in:
parent
47150044cf
commit
d0c224af9f
5 changed files with 31 additions and 4 deletions
|
@ -19,6 +19,8 @@ public:
|
|||
|
||||
DBus::Variant Echo( const DBus::Variant & value );
|
||||
|
||||
std::vector< DBus::Byte > Cat( const DBus::String & file );
|
||||
|
||||
DBus::Int32 Sum( const std::vector<DBus::Int32> & ints );
|
||||
|
||||
std::map< DBus::String, DBus::String > Info();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue