summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-19 18:56:16 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-19 18:56:16 +0000
commita491ec3242c0c10cc8d5a3c6147921ad96b23bad (patch)
tree18b3b01ce917dd1aaee2b964f3ab89dfb9e7e3c6 /TAO
parentc0a7734b5c0fcc26e92cf2a86a7eb115cfe0219e (diff)
downloadATCD-a491ec3242c0c10cc8d5a3c6147921ad96b23bad.tar.gz
added Param_Test_Client<Test_Unbounded_Struct_Sequence> instantiation
Diffstat (limited to 'TAO')
-rw-r--r--TAO/tests/Param_Test/driver.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tests/Param_Test/driver.cpp b/TAO/tests/Param_Test/driver.cpp
index 01b9c037a22..afc80ee57d2 100644
--- a/TAO/tests/Param_Test/driver.cpp
+++ b/TAO/tests/Param_Test/driver.cpp
@@ -264,13 +264,13 @@ Driver::run (void)
else
retstatus = client->run_dii_test ();
delete client;
-
+
Param_Test_Client<Test_Unbounded_Struct_Sequence> *client2 = new
Param_Test_Client<Test_Unbounded_Struct_Sequence>
(this->orb_.in (),
this->objref_.in(),
new Test_Unbounded_Struct_Sequence);
-
+
if (opt->invoke_type () == Options::SII)
retstatus = client2->run_sii_test ();
else
@@ -481,6 +481,7 @@ template class Param_Test_Client<Test_Var_Struct>;
template class Param_Test_Client<Test_Nested_Struct>;
template class Param_Test_Client<Test_Objref_Struct>;
template class Param_Test_Client<Test_Struct_Sequence>;
+template class Param_Test_Client<Test_Unbounded_Struct_Sequence>;
template class Param_Test_Client<Test_Bounded_Struct_Sequence>;
template class Param_Test_Client<Test_ObjRef>;
template class Param_Test_Client<Test_ObjRef_Sequence>;
@@ -506,6 +507,7 @@ template class Param_Test_Client<Test_Exception>;
#pragma instantiate Param_Test_Client<Test_Nested_Struct>
#pragma instantiate Param_Test_Client<Test_Objref_Struct>
#pragma instantiate Param_Test_Client<Test_Struct_Sequence>
+#pragma instantiate Param_Test_Client<Test_Unbounded_Struct_Sequence>
#pragma instantiate Param_Test_Client<Test_Bounded_Struct_Sequence>
#pragma instantiate Param_Test_Client<Test_ObjRef>
#pragma instantiate Param_Test_Client<Test_ObjRef_Sequence>