summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/nestea_server_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/nestea_server_i.h')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/nestea_server_i.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/nestea_server_i.h b/TAO/orbsvcs/tests/ImplRepo/nestea_server_i.h
index 04c2c4a7dcd..f6b1280f190 100644
--- a/TAO/orbsvcs/tests/ImplRepo/nestea_server_i.h
+++ b/TAO/orbsvcs/tests/ImplRepo/nestea_server_i.h
@@ -23,7 +23,7 @@
#include "tao/TAO.h"
#include "nestea_i.h"
-#include "orbsvcs/IR_Helper.h"
+#include "IR_Helper.h"
class Nestea_Server_i
{
@@ -70,6 +70,9 @@ private:
IR_Helper *ir_helper_;
// Helper class for using the IR.
+ int register_with_ir_;
+ // Flag for whether or not to register startup with the IR.
+
int use_ir_;
// Flag for whether or not to use the IR.
};