summaryrefslogtreecommitdiff
path: root/TAO/tests/ForwardOnceUponException/test_i.inl
blob: f31987e49d7545f4a695ed60fc1ac0ac2020facc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// $Id$
#include "tao/Invocation_Utils.h"

ACE_INLINE
Simple_Server_i::Simple_Server_i (CORBA::ORB_ptr orb)
  :  orb_ (CORBA::ORB::_duplicate (orb)),
     ncalls_ (0),
     raise_exception_ (TAO::FOE_NON)
{
}


ACE_INLINE
int Simple_Server_i::ncalls () const
{
  return this->ncalls_;
}