1 //---------------------------------------------------------------------------
4 //---------------------------------------------------------------------------
6 //---------------------------------------------------------------------------
7 class PACKAGE TORBThread
: public TThread
9 // Class for running the orb in a separate thread.
12 __fastcall
TORBThread (CORBA::ORB_ptr orb
);
15 __fastcall
~TORBThread ();
18 void __fastcall
Execute ();
19 // Perform the thread's work.
23 // Reference to the orb.
25 //---------------------------------------------------------------------------