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
GitHub Actions: Try MSVC builds with /std:c++17 and 20
[ACE_TAO.git]
/
ACE
/
ace
/
Timeprobe.cpp
blob
d1895827f2a0cb7892ce31ad791db16114a0edaf
1
#include
"ace/config-all.h"
2
3
4
5
#if defined (ACE_COMPILE_TIMEPROBES)
6
7
#include
"ace/Timeprobe.h"
8
9
#if !defined (__ACE_INLINE__)
10
#include
"ace/Timeprobe.inl"
11
#endif
/* __ACE_INLINE__ */
12
13
#endif
/* ACE_COMPILE_TIMEPROBES */