Changes to attempt to silence bcc64x
[ACE_TAO.git] / ACE / ace / Event_Base.inl
blobdc38a38f45c92ec3525d0e6373921eb9f8b95201
1 // -*- C++ -*-
2 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
4 ACE_INLINE ACE_event_t
5 ACE_Event_Base::handle () const
7   return this->handle_;
10 ACE_INLINE void
11 ACE_Event_Base::handle (ACE_event_t new_handle)
13   this->handle_ = new_handle;
16 ACE_END_VERSIONED_NAMESPACE_DECL