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
Changes to attempt to silence bcc64x
[ACE_TAO.git]
/
ACE
/
ace
/
UPIPE_Stream.inl
blob
df11fbc576e2e29f4ea6cc64b0c57f63637d439b
1
// -*- C++ -*-
2
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
3
4
ACE_INLINE ACE_HANDLE
5
ACE_UPIPE_Stream::get_handle () const
6
{
7
ACE_TRACE ("ACE_UPIPE_Stream::get_handle");
8
return this->ACE_SPIPE::get_handle ();
9
}
10
11
ACE_END_VERSIONED_NAMESPACE_DECL