summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/RejectInsecure/authorization_test_i.cpp
blob: d0ab49a1939805f2f974b4f965b4c3d4817fe350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// $Id$

#include "authorization_test_i.h"

#if !defined(__ACE_INLINE__)
#include "authorization_test_i.i"
#endif /* __ACE_INLINE__ */

ACE_RCSID(Authorize, authorization_test_i, "$Id$")

CORBA::Boolean
Authorization_Server_i::check_access (CORBA::Environment &)
  ACE_THROW_SPEC ((CORBA::SystemException))
{
  return 0;
}

void
Authorization_Server_i::shutdown (CORBA::Environment&)
    ACE_THROW_SPEC ((CORBA::SystemException))
{
  this->orb_->shutdown (0);
}