summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/FT_App/FT_Creator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/FT_App/FT_Creator.h')
-rw-r--r--TAO/orbsvcs/tests/FT_App/FT_Creator.h23
1 files changed, 18 insertions, 5 deletions
diff --git a/TAO/orbsvcs/tests/FT_App/FT_Creator.h b/TAO/orbsvcs/tests/FT_App/FT_Creator.h
index 188ca583a11..4b80f0279a6 100644
--- a/TAO/orbsvcs/tests/FT_App/FT_Creator.h
+++ b/TAO/orbsvcs/tests/FT_App/FT_Creator.h
@@ -71,27 +71,40 @@ namespace FTAPP
StringVec unregister_roles_;
- ::FT::ReplicationManager_var replication_manager_;
+ CosNaming::NamingContext_var naming_context_;
+
+ ::FT::ReplicationManager_var replication_manager_;
/**
* bool: true if we have a real replication manager
*/
int have_replication_manager_;
/**
- * bool: true if we should create IOGR's
+ * bool: true if we should write individual IOR files
*/
- int make_iogr_;
+ int write_iors_;
/**
- * bool: true if we should write individual IOR files
+ * bool: true if we should write IOGR to a file
*/
- int write_iors_;
+ int write_iogr_;
+
+ /**
+ * bool: true if we should write IOGR to a Name Service
+ */
+ int ns_register_;
/**
* sequence number applied to created IOGRs
*/
unsigned long iogr_seq_;
+ /**
+ * prefix for names
+ */
+ const char * prefix_;
+
+
};
} // namespace TAO