Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git] / TAO / tests / Portable_Interceptors / IORInterceptor / test_i.cpp
blob9c39d8a1caf6bfebe9f657c13102ef7c0eb32596
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 ()
12 ACE_DEBUG ((LM_DEBUG,
13 "\"test_i\" is shutting down.\n"));
14 this->orb_->shutdown (false);