From 466931e52791521eb648ae21c614105e913270d4 Mon Sep 17 00:00:00 2001 From: Andreas Volz Date: Mon, 14 Feb 2011 23:33:31 +0100 Subject: and one more example --- examples/echo/echo-introspect.xml | 6 ++++++ examples/echo/echo-server.h | 2 ++ 2 files changed, 8 insertions(+) diff --git a/examples/echo/echo-introspect.xml b/examples/echo/echo-introspect.xml index 8a4ded5..c276eb9 100644 --- a/examples/echo/echo-introspect.xml +++ b/examples/echo/echo-introspect.xml @@ -31,5 +31,11 @@ + + + + + + diff --git a/examples/echo/echo-server.h b/examples/echo/echo-server.h index d0a3a0a..491a7d8 100644 --- a/examples/echo/echo-server.h +++ b/examples/echo/echo-server.h @@ -26,6 +26,8 @@ public: std::map< std::string, std::string > Info(); std::vector< ::DBus::Struct< std::vector< ::DBus::Struct< uint32_t, uint32_t > >, std::string > > Foo() {}; + + void Foo2(const int32_t& direction, int32_t& result, std::vector< ::DBus::Struct< std::vector< ::DBus::Struct< uint32_t, uint32_t > >, std::string > >& array) {}; }; #endif//__DEMO_ECHO_SERVER_H -- cgit v1.2.1