00001 // $Id: AuthenticationBase.cpp 90891 2010-06-28 09:55:39Z mcorino $ 00002 00003 #include "ace/INet/AuthenticationBase.h" 00004 00005 #if !defined (__ACE_INLINE__) 00006 #include "ace/INet/AuthenticationBase.inl" 00007 #endif 00008 00009 ACE_BEGIN_VERSIONED_NAMESPACE_DECL 00010 00011 namespace ACE 00012 { 00013 namespace INet 00014 { 00015 AuthenticationBase::~AuthenticationBase () {} 00016 00017 AuthenticatorBase::~AuthenticatorBase () {} 00018 } 00019 } 00020 00021 ACE_END_VERSIONED_NAMESPACE_DECL