* 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:
pdurante 2007-02-02 19:58:02 +00:00
parent 47150044cf
commit d0c224af9f
5 changed files with 31 additions and 4 deletions

View file

@ -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();