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
Fixed typos
[ACE_TAO.git]
/
ACE
/
ace
/
SPIPE_Connector.inl
blob
e31bf17a2e112fc8df754afd2d74dace17ee3e22
1
// -*- C++ -*-
2
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
3
4
ACE_INLINE bool
5
ACE_SPIPE_Connector::reset_new_handle (ACE_HANDLE)
6
{
7
// Nothing to do here since the handle is not a socket
8
return false;
9
}
10
11
ACE_END_VERSIONED_NAMESPACE_DECL