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
Use =default for skeleton copy constructor
[ACE_TAO.git]
/
TAO
/
tests
/
ICMG_Any_Bug
/
HelloWorld.h
blob
7bcd4dc0e7dd67af49d1eb633242634dc728cfae
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
HelloWorld
();
15
/// Constructor
16
17
virtual
char
*
get_string
();
18
};
19
20
#include
/**/
"ace/post.h"
21
#endif
/* HELLOWORLD_H */