/usr/include/ace/INet/AuthenticationBase.inl is in libace-inet-dev 6.0.3+dfsg-0.2.
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 17 | // -*- C++ -*-
//
// $Id: AuthenticationBase.inl 90925 2010-06-29 10:50:40Z mcorino $
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
namespace ACE
{
namespace INet
{
ACE_INLINE
AuthenticationBase::AuthenticationBase ()
{}
}
}
ACE_END_VERSIONED_NAMESPACE_DECL
|