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 #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git]
/
TAO
/
tests
/
LongDouble
/
Global.h
blob
bc84dbf9feeec575858294c6b2f3a1f160f3030a
1
#ifndef TAO_TEST_GLOBAL_H
2
#define TAO_TEST_GLOBAL_H
3
4
class
Global
5
{
6
public
:
7
static long double
get_long_double
();
8
};
9
10
#endif
/* TAO_TEST_GLOBAL_H */
11