summaryrefslogtreecommitdiff
path: root/TAO/tests/Cubit/TAO/IDL_Cubit
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>1998-02-16 18:26:13 +0000
committerChris Cleeland <chris.cleeland@gmail.com>1998-02-16 18:26:13 +0000
commitadf07ee446444d9b28eb09f8700bc4fa1121e6e2 (patch)
treedc09202d31e40757a6e6789820e7bcebcbaeb1b2 /TAO/tests/Cubit/TAO/IDL_Cubit
parent9b35bd38b7baf7564f578080907753361a52bc09 (diff)
downloadATCD-adf07ee446444d9b28eb09f8700bc4fa1121e6e2.tar.gz
* tests/Cubit/TAO/IDL_Cubit/clnt.h (needed.): Added missing member
variable. Things now compile.
Diffstat (limited to 'TAO/tests/Cubit/TAO/IDL_Cubit')
-rw-r--r--TAO/tests/Cubit/TAO/IDL_Cubit/clnt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tests/Cubit/TAO/IDL_Cubit/clnt.h b/TAO/tests/Cubit/TAO/IDL_Cubit/clnt.h
index 3a62772164e..b3511a1fc7c 100644
--- a/TAO/tests/Cubit/TAO/IDL_Cubit/clnt.h
+++ b/TAO/tests/Cubit/TAO/IDL_Cubit/clnt.h
@@ -115,4 +115,7 @@ private:
u_int error_count_;
// # of errors incurred in the lifetime of the application.
+
+ FILE *cubit_factory_ior_file_;
+ // File from which to obtain the IOR.
};