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
/
DII_Deferred_Transient
/
Hello.h
blob
f077932c191d846971e1022dff0d555c37085fe4
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
() =
default
;
15
16
// = The skeleton methods
17
void
crash
()
override
;
18
19
char
*
get_string
()
override
;
20
};
21
22
#include
/**/
"ace/post.h"
23
#endif
/* HELLO_H */