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
/
Event_Base.inl
blob
dc38a38f45c92ec3525d0e6373921eb9f8b95201
1
// -*- C++ -*-
2
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
3
4
ACE_INLINE ACE_event_t
5
ACE_Event_Base::handle () const
6
{
7
return this->handle_;
8
}
9
10
ACE_INLINE void
11
ACE_Event_Base::handle (ACE_event_t new_handle)
12
{
13
this->handle_ = new_handle;
14
}
15
16
ACE_END_VERSIONED_NAMESPACE_DECL