summaryrefslogtreecommitdiff
path: root/TAO/tests/DSI_Gateway/test_i.inl
blob: bd51e3a42bdabac90298f0f2fd688abd7c7000af (plain)
1
2
3
4
5
6
7
8
// $Id$

ACE_INLINE
Simple_Server_i::Simple_Server_i (CORBA::ORB_ptr orb)
  :  orb_ (CORBA::ORB::_duplicate (orb)),
     vlong_ (0)
{
}