Fixed typos
[ACE_TAO.git] / ACE / ace / SPIPE_Connector.inl
blobe31bf17a2e112fc8df754afd2d74dace17ee3e22
1 // -*- C++ -*-
2 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
4 ACE_INLINE bool
5 ACE_SPIPE_Connector::reset_new_handle (ACE_HANDLE)
7   // Nothing to do here since the handle is not a socket
8   return false;
11 ACE_END_VERSIONED_NAMESPACE_DECL