Local_Servant_Base.cpp

Go to the documentation of this file.
00001 // Local_Servant_Base.cpp,v 1.4 2006/03/10 07:19:13 jtc Exp
00002 
00003 #include "tao/PortableServer/Local_Servant_Base.h"
00004 #include "tao/SystemException.h"
00005 
00006 ACE_RCSID (PortableServer,
00007            Local_Servant_Base,
00008            "Local_Servant_Base.cpp,v 1.4 2006/03/10 07:19:13 jtc Exp")
00009 
00010 #if !defined (__ACE_INLINE__)
00011 # include "tao/PortableServer/Local_Servant_Base.inl"
00012 #endif /* ! __ACE_INLINE__ */
00013 
00014 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00015 
00016 void
00017 TAO_Local_ServantBase::_dispatch (TAO_ServerRequest &,
00018                                   void *
00019                                   ACE_ENV_ARG_DECL)
00020 {
00021   ACE_THROW (CORBA::BAD_OPERATION ());
00022 }
00023 
00024 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 12:40:38 2006 for TAO_PortableServer by doxygen 1.3.6