summaryrefslogtreecommitdiff
path: root/TAO/tests/Forwarding/test_i.cpp
blob: 03319fc0b1e599bce71aa34cf3810b0d64877ef4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#include "test_i.h"

#if !defined(__ACE_INLINE__)
#include "test_i.inl"
#endif /* __ACE_INLINE__ */

CORBA::Boolean
Simple_Server_i::test_is_a (const char * /* type */)
{
  // ACE_DEBUG ((LM_DEBUG, "(%P|%t) test_is_a %s\n", type));
  return 0;
}

void
Simple_Server_i::shutdown ()
{
  this->orb_->shutdown (false);
}