Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / ACE / protocols / ace / INet / AuthenticationBase.cpp
blobb0003807d218b7d90b72fb4be1e4bade54d6930a
1 #include "ace/INet/AuthenticationBase.h"
3 #if !defined (__ACE_INLINE__)
4 #include "ace/INet/AuthenticationBase.inl"
5 #endif
7 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
9 namespace ACE
11 namespace INet
13 AuthenticationBase::~AuthenticationBase ()
17 AuthenticatorBase::AuthenticatorBase ()
21 AuthenticatorBase::~AuthenticatorBase ()
27 ACE_END_VERSIONED_NAMESPACE_DECL