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
Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git]
/
TAO
/
tao
/
ORB_Time_Policy.inl
blob
7094f89aee6dc882e7588b22727b711f4df1f89e
1
// -*- C++ -*-
2
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
3
4
namespace TAO
5
{
6
7
ACE_INLINE ACE_Time_Value
8
ORB_Time_Policy::operator() () const
9
{
10
return (*active_policy_) ();
11
}
12
13
}
14
15
TAO_END_VERSIONED_NAMESPACE_DECL