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
Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git]
/
TAO
/
tao
/
LF_Event_Binder.inl
blob
f9c5ddb5efb8ead010e764bdd577392c00f09560
1
// -*- C++ -*-
2
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
3
4
ACE_INLINE
5
TAO_LF_Event_Binder::TAO_LF_Event_Binder (TAO_LF_Event *event,
6
TAO_LF_Follower *follower)
7
: event_ (event)
8
, follower_ (follower)
9
{
10
this->event_->bind (follower);
11
}
12
13
TAO_END_VERSIONED_NAMESPACE_DECL