Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / Security / MT_SSLIOP / Server_Worker.cpp
blob0d3f42a283f4363c43b7c22884ac8ec41a4db821
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 (void)
11 try
13 this->orb_->run ();
15 catch (const CORBA::Exception&)
18 return 0;