2 #ifndef __BSE_TESTOBJECT_HH__
3 #define __BSE_TESTOBJECT_HH__
13 virtual int echo_test (
const std::string &msg);
15 typedef std::shared_ptr<TestObjectImpl> TestObjectImplP;
19 #endif // __BSE_TESTOBJECT_HH__
Definition: testobject.hh:9
virtual int echo_test(const std::string &msg)
See TestObject::echo_test()
Definition: testobject.cc:13
See also the corresponding IDL class TestObject.
Definition: bseserverapi.hh:18