More tests update
[ACE_TAO.git] / TAO / tests / Monitor / Marshal_Buffer / test_i.cpp
blobd92724af92ad834eadb5c56182f4b91c3d3f1abc
1 #include "ace/streams.h"
3 #include "test_i.h"
5 char *
6 test_impl::test_op (const char * in_arg)
8 cout << "servant got " << ACE_OS::strlen (in_arg) << " bytes" << endl;
9 return CORBA::string_dup (in_arg);