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 #2309 from mitza-oci/warnings
[ACE_TAO.git]
/
TAO
/
tests
/
CORBA_e_Implicit_Activation
/
Hello.h
blob
3a8204314aee97c44e85ea43ba6422b326363520
1
2
#ifndef HELLO_H
3
#define HELLO_H
4
#include
/**/
"ace/pre.h"
5
6
#include
"TestS.h"
7
8
/// Implement the Test::Hello interface
9
class
Hello
10
:
public virtual POA_Test
::
Hello
11
{
12
public
:
13
/// Constructor
14
Hello
();
15
};
16
17
#include
/**/
"ace/post.h"
18
#endif
/* HELLO_H */