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
Changes to attempt to silence bcc64x
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
ImplRepo
/
kill_slow_server
/
Test_i.h
blob
b5ae6dc04cf0bf2b8cf598ffa6eea02ac2c56829
1
/* -*- C++ -*- */
2
3
#ifndef TEST_I_H_
4
#define TEST_I_H_
5
6
#include
"TestS.h"
7
8
#if !defined (ACE_LACKS_PRAGMA_ONCE)
9
#pragma once
10
#endif
/* ACE_LACKS_PRAGMA_ONCE */
11
12
class
Test_i
:
public virtual
POA_Test
13
{
14
public
:
15
virtual CORBA
::
Short
get_server_num
();
16
17
virtual
void
terminate
();
18
};
19
20
#endif
/* TEST_I_H_ */