summaryrefslogtreecommitdiff
path: root/protocols/ace/INet/AuthenticationBase.inl
blob: bc6c98f7c43d6ec7ed51bcccde1b11a4d27f9524 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// -*- C++ -*-
//
// $Id$

ACE_BEGIN_VERSIONED_NAMESPACE_DECL

namespace ACE
{
  namespace INet
  {
    ACE_INLINE
    AuthenticationBase::AuthenticationBase ()
    {}
  }
}

ACE_END_VERSIONED_NAMESPACE_DECL