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 "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git]
/
TAO
/
tao
/
Strategies
/
COIOP_Endpoint.inl
blob
f4c0dea98b343b46cd725e1ac85511460659aece
1
// -*- C++ -*-
2
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
3
4
ACE_INLINE const ACE_Utils::UUID&
5
TAO_COIOP_Endpoint::uuid () const
6
{
7
return this->uuid_;
8
}
9
10
TAO_END_VERSIONED_NAMESPACE_DECL