summaryrefslogtreecommitdiff
path: root/examples/echo/echo-server.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/echo/echo-server.h')
-rw-r--r--examples/echo/echo-server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/echo/echo-server.h b/examples/echo/echo-server.h
index 3f0be58..d0a3a0a 100644
--- a/examples/echo/echo-server.h
+++ b/examples/echo/echo-server.h
@@ -24,6 +24,8 @@ public:
int32_t Sum(const std::vector<int32_t> & ints);
std::map< std::string, std::string > Info();
+
+ std::vector< ::DBus::Struct< std::vector< ::DBus::Struct< uint32_t, uint32_t > >, std::string > > Foo() {};
};
#endif//__DEMO_ECHO_SERVER_H