summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-26 04:58:29 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-26 04:58:29 +0000
commiteb2f8a93bf8cc396d9d51cdc25e27effe844d485 (patch)
tree3437c19b67e745faa641a84b6d4e157512fd8b09
parent91063725b08ae7ae59a85fa29019bcf77759a11d (diff)
downloadATCD-eb2f8a93bf8cc396d9d51cdc25e27effe844d485.tar.gz
ChangeLogTag:Tue Dec 25 22:58:48 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a6
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 41083c5dd29..01052be4585 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Tue Dec 25 22:58:48 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.h: Fixed
+ compile error in Win32 static builds. Thanks to Venkita for
+ pointing the source of problem out.
+
Tue Dec 25 19:44:48 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* orbsvcs/tests/AVStreams/Asynch_Three_Stage/text: Removed the
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.h b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.h
index 1915358559c..c873e0117bb 100644
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.h
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_Client.h
@@ -66,7 +66,7 @@ private:
int parse_args (void);
// Parses the arguments passed on the command line.
- unsigned int opt_to_mask (const char *optarg);
+ unsigned int opt_to_mask (const char *opt);
// Obtain the bit mask representation of the specified test
void enable_test (unsigned int mask);