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
/
LongDouble
/
Global.h
blob
5c667cee8c353f1c45a7a1966b2a97800fde857c
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
(
void
);
8
};
9
10
#endif
/* TAO_TEST_GLOBAL_H */
11