summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Local_Servant_Base.cpp
blob: 50823b5cfef5c9443c1bf567541b02a27b5ca145 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// $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