Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Portable_Interceptors / IORInterceptor / test_i.cpp
blob8444e9c7d445b80eab189cdc990133f67fbd59dc
1 // -*- C++ -*-
2 #include "test_i.h"
4 test_i::test_i (CORBA::ORB_ptr orb)
5 : orb_ (CORBA::ORB::_duplicate (orb))
9 void
10 test_i::shutdown (void)
12 ACE_DEBUG ((LM_DEBUG,
13 "\"test_i\" is shutting down.\n"));
14 this->orb_->shutdown (0);