summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Local_Servant_Base.cpp
blob: 7ce7d29398876b0fdb4826f383bb953a9733065e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// $Id$

#include "tao/PortableServer/Local_Servant_Base.h"
#include "tao/SystemException.h"

ACE_RCSID (PortableServer,
           Local_Servant_Base,
           "$Id$")

#if !defined (__ACE_INLINE__)
# include "tao/PortableServer/Local_Servant_Base.inl"
#endif /* ! __ACE_INLINE__ */

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

void
TAO_Local_ServantBase::_dispatch (TAO_ServerRequest &, void *)
{
  throw ::CORBA::BAD_OPERATION ();
}

TAO_END_VERSIONED_NAMESPACE_DECL