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
/
ICMG_Any_Bug
/
HelloWorld.cpp
blob
0c67b45ea2be6db621f0f508ee6e623b26ab90b3
1
2
#include
"HelloWorld.h"
3
4
HelloWorld
::
HelloWorld
(
void
)
5
{
6
}
7
8
char
*
9
HelloWorld
::
get_string
(
void
)
10
{
11
return
CORBA
::
string_dup
(
"TAO Any Implementation Works!"
);
12
}