repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
More tests update
[ACE_TAO.git]
/
TAO
/
tests
/
Monitor
/
Marshal_Buffer
/
test_i.cpp
blob
d92724af92ad834eadb5c56182f4b91c3d3f1abc
1
#include
"ace/streams.h"
2
3
#include
"test_i.h"
4
5
char
*
6
test_impl
::
test_op
(
const char
*
in_arg
)
7
{
8
cout
<<
"servant got "
<<
ACE_OS
::
strlen
(
in_arg
) <<
" bytes"
<<
endl
;
9
return
CORBA
::
string_dup
(
in_arg
);
10
}