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"
23 // Initialize the ORB, POA etc.
25 int make_merged_iors (void);
26 // Merges the different IORS
28 int set_properties (void);
29 // Sets the properties for the profiles
32 // Run the ORB event loop..
34 int write_to_file (void);
35 // Write the merged IOR to a file
37 CORBA::ORB_ptr
orb (void);
38 // Return the pointer to the copy of our ORB
43 CORBA::Object_var merged_set_
;
47 #endif /* BUG_2247_REGRESSION_MANAGER_H */