2 #ifndef BUG_2247_REGRESSION_MANAGER_H
3 #define BUG_2247_REGRESSION_MANAGER_H
7 #if !defined (ACE_LACKS_PRAGMA_ONCE)
9 #endif /* ACE_LACKS_PRAGMA_ONCE */
11 #include "tao/Object.h"
22 // Initialize the ORB, POA etc.
24 int make_merged_iors ();
25 // Merges the different IORS
27 int set_properties ();
28 // Sets the properties for the profiles
31 // Run the ORB event loop..
34 // Write the merged IOR to a file
36 CORBA::ORB_ptr
orb ();
37 // Return the pointer to the copy of our ORB
42 CORBA::Object_var merged_set_
;
46 #endif /* BUG_2247_REGRESSION_MANAGER_H */