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
/
Queued_Message.inl
blob
3b06604891c002307fcecf8a1fbe154f935b42ee
1
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
2
3
ACE_INLINE TAO_Queued_Message *
4
TAO_Queued_Message::next () const
5
{
6
return this->next_;
7
}
8
9
ACE_INLINE TAO_Queued_Message *
10
TAO_Queued_Message::prev () const
11
{
12
return this->prev_;
13
}
14
15
TAO_END_VERSIONED_NAMESPACE_DECL