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
/
IOR_Endpoint_Hostnames
/
bogus_i.h
blob
f46dd98bbe72e7f2fdda3e169775d60934e810fa
1
2
#ifndef bogus_h
3
#define bogus_h
4
#include
/**/
"ace/pre.h"
5
6
#include
"bogusS.h"
7
8
class
bogus
9
:
public virtual POA_Test
::
bogus
10
{
11
public
:
12
bogus
();
13
virtual
~
bogus
();
14
15
virtual
void
noop
(
void
);
16
};
17
18
#include
/**/
"ace/post.h"
19
#endif
//bogus_h