/usr/include/tao/LF_Event_Binder.inl is in libtao-dev 6.0.1-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | // -*- C++ -*-
//
// $Id: LF_Event_Binder.inl 82657 2008-08-25 23:32:27Z mitza $
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_INLINE
TAO_LF_Event_Binder::TAO_LF_Event_Binder (TAO_LF_Event *event,
TAO_LF_Follower *follower)
: event_ (event)
, follower_ (follower)
{
this->event_->bind (follower);
}
TAO_END_VERSIONED_NAMESPACE_DECL
|