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
/
Bug_1627_Regression
/
Test_i.h
blob
80649bd899447a18faad8a4818924458968aa897
1
// -*- C++ -*-
2
3
#if !defined BUG_1330_REGRESSION_TEST_I_H
4
#define BUG_1330_REGRESSION_TEST_I_H
5
6
#include
"TestS.h"
7
8
class
Test_i
:
public
POA_Test
9
{
10
public
:
11
/// Constructor
12
Test_i
(
void
);
13
14
/// Destructor
15
~
Test_i
(
void
);
16
17
/// A method
18
void
test_method
(
void
);
19
};
20
21
#endif
/* ! BUG_1330_REGRESSION_TEST_I_H */