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
Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git]
/
TAO
/
tests
/
ICMG_Any_Bug
/
HelloWorld.h
blob
9b4de1355342867a0e72204d269fbc6c6f511d1d
1
2
#ifndef HELLOWORLD_H
3
#define HELLOWORLD_H
4
#include
/**/
"ace/pre.h"
5
6
#include
"TestS.h"
7
8
/// Implement the Test::HelloWorld interface
9
///
10
class
HelloWorld
11
:
public virtual POA_Test
::
HelloWorld
12
{
13
public
:
14
15
HelloWorld
(
void
);
16
/// Constructor
17
18
virtual
char
*
get_string
(
void
);
19
20
};
21
22
#include
/**/
"ace/post.h"
23
#endif
/* HELLOWORLD_H */