diff options
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLogs/ChangeLog-02a | 6 | ||||
-rw-r--r-- | TAO/tao/LF_Connect_Strategy.cpp | 1 | ||||
-rw-r--r-- | TAO/tao/Reactive_Connect_Strategy.cpp | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a index 1123ac73e36..8c7a118109b 100644 --- a/TAO/ChangeLogs/ChangeLog-02a +++ b/TAO/ChangeLogs/ChangeLog-02a @@ -1,3 +1,9 @@ +Sun Apr 28 08:50:18 2002 Balachandran Natarajan <bala@cs.wustl.edu> + + * tao/LF_Connect_Strategy.cpp: + * tao/Reactive_Connect_Strategy.cpp: Fixed compile errors with + minimum corba builds. + Sat Apr 27 22:19:06 2002 Balachandran Natarajan <bala@guajira.cs.wustl.edu> * tests/ORB_init/ORB_init.cpp: diff --git a/TAO/tao/LF_Connect_Strategy.cpp b/TAO/tao/LF_Connect_Strategy.cpp index 7a398e1715c..27f3d9b2b68 100644 --- a/TAO/tao/LF_Connect_Strategy.cpp +++ b/TAO/tao/LF_Connect_Strategy.cpp @@ -4,6 +4,7 @@ #include "ORB_Core.h" #include "LF_Event.h" #include "Leader_Follower.h" +#include "debug.h" #include "ace/Synch_Options.h" diff --git a/TAO/tao/Reactive_Connect_Strategy.cpp b/TAO/tao/Reactive_Connect_Strategy.cpp index 95929a7d2f3..3f7cd98b4b8 100644 --- a/TAO/tao/Reactive_Connect_Strategy.cpp +++ b/TAO/tao/Reactive_Connect_Strategy.cpp @@ -2,6 +2,7 @@ #include "Connection_Handler.h" #include "Transport.h" #include "ORB_Core.h" +#include "debug.h" #include "ace/Synch_Options.h" ACE_RCSID(tao, |