00001 // $Id: Abstract_Servant_Base.cpp 79109 2007-07-31 07:23:49Z johnnyw $ 00002 00003 #include "tao/Abstract_Servant_Base.h" 00004 00005 ACE_RCSID (tao, 00006 Abstract_Servant_Base, 00007 "$Id: Abstract_Servant_Base.cpp 79109 2007-07-31 07:23:49Z johnnyw $") 00008 00009 #if !defined(__ACE_INLINE__) 00010 #include "tao/Abstract_Servant_Base.inl" 00011 #endif /* __ACE_INLINE__ */ 00012 00013 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00014 00015 TAO_Abstract_ServantBase::~TAO_Abstract_ServantBase (void) 00016 { 00017 } 00018 00019 TAO_END_VERSIONED_NAMESPACE_DECL