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
Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_1627_Regression
/
Test_i.h
blob
385f5730315d3654b0a68c1502605a04251c1646
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
();
13
14
/// Destructor
15
~
Test_i
();
16
17
/// A method
18
void
test_method
();
19
};
20
21
#endif
/* ! BUG_1330_REGRESSION_TEST_I_H */