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
Updated logging to include the class/method so that it is more obvious where these...
[ACE_TAO.git]
/
TAO
/
tao
/
Wait_Strategy.inl
blob
2fc8fedf227e3c06d3b7fe6ff2a762e0e082ed7e
1
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
2
3
ACE_INLINE bool
4
TAO_Wait_Strategy::is_registered () const
5
{
6
return this->is_registered_;
7
}
8
9
ACE_INLINE void
10
TAO_Wait_Strategy::is_registered (bool flag)
11
{
12
this->is_registered_ = flag;
13
}
14
15
TAO_END_VERSIONED_NAMESPACE_DECL