Local_Servant_Base.cpp

Go to the documentation of this file.
00001 // $Id: Local_Servant_Base.cpp 76687 2007-01-29 19:18:13Z johnnyw $
00002 
00003 #include "tao/PortableServer/Local_Servant_Base.h"
00004 #include "tao/SystemException.h"
00005 
00006 ACE_RCSID (PortableServer,
00007            Local_Servant_Base,
00008            "$Id: Local_Servant_Base.cpp 76687 2007-01-29 19:18:13Z johnnyw $")
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 &, void *)
00018 {
00019   throw ::CORBA::BAD_OPERATION ();
00020 }
00021 
00022 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Tue Feb 2 17:40:54 2010 for TAO_PortableServer by  doxygen 1.4.7