summaryrefslogtreecommitdiff
path: root/TAO/tests/DSI_AMI_Gateway/test_i.inl
blob: 4865283b255faabf08f1bdc508d4917159544241 (plain)
1
2
3
4
5
6
ACE_INLINE
Simple_Server_i::Simple_Server_i (CORBA::ORB_ptr orb)
  :  orb_ (CORBA::ORB::_duplicate (orb)),
     vlong_ (0)
{
}