From 3c66b05adbb39f323c882aee17d6e3b1e025cdf8 Mon Sep 17 00:00:00 2001 From: sergio Date: Tue, 4 Nov 1997 00:38:27 +0000 Subject: *** empty log message *** --- TAO/ChangeLog-98c | 8 ++++++++ TAO/tests/Cubit/TAO/IDL_Cubit/cubit_i.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c index 64902baa5ee..0c19250bb71 100644 --- a/TAO/ChangeLog-98c +++ b/TAO/ChangeLog-98c @@ -1,3 +1,11 @@ +Mon Nov 3 18:30:09 1997 Sergio Flores + + * cubit_i.h (objrefs): Fixed invalid comparison between a signed + and unsigned variable. + + * tests/Cubit/TAO/IDL_Cubit/svr.cpp (main): Fixed comparison of + ">=" on an unsigned variable to compare only ">". + Mon Nov 03 16:52:47 1997 * TAO_IDL/fe/y.tab.cpp: Commented out include . This diff --git a/TAO/tests/Cubit/TAO/IDL_Cubit/cubit_i.h b/TAO/tests/Cubit/TAO/IDL_Cubit/cubit_i.h index 2291dadf7dc..a175f39abdd 100644 --- a/TAO/tests/Cubit/TAO/IDL_Cubit/cubit_i.h +++ b/TAO/tests/Cubit/TAO/IDL_Cubit/cubit_i.h @@ -88,7 +88,7 @@ public: private: Cubit_i_ptr *my_cubit_; - int numobjs_; + u_int numobjs_; }; #endif /* _CUBIT_I_HH */ -- cgit v1.2.1