Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / orbsvcs / tests / Security / MT_SSLIOP / Server_Worker.cpp
blob1405bed4ce4ee6f9731a3ae06bd5ffa164958a54
1 #include "Server_Worker.h"
3 Server_Worker::Server_Worker (CORBA::ORB_ptr orb)
4 : orb_ (CORBA::ORB::_duplicate (orb))
8 int
9 Server_Worker::svc ()
11 try
13 this->orb_->run ();
15 catch (const CORBA::Exception&)
18 return 0;