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
Document return values
[ACE_TAO.git]
/
ACE
/
ace
/
Pair_T.cpp
blob
0bf170b381c60528a55faf74d8bb26d59dc1e4ad
1
#ifndef ACE_PAIR_T_CPP
2
#define ACE_PAIR_T_CPP
3
4
#include
"ace/Pair_T.h"
5
6
#if !defined (ACE_LACKS_PRAGMA_ONCE)
7
# pragma once
8
#endif
/* ACE_LACKS_PRAGMA_ONCE */
9
10
#if !defined (__ACE_INLINE__)
11
#include
"ace/Pair_T.inl"
12
#endif
/* __ACE_INLINE__ */
13
14
#endif
/* ACE_PAIR_T_CPP */