From c797025714b3bd78fc0bb6b8a37bf543f4b2a4a9 Mon Sep 17 00:00:00 2001 From: joeh Date: Mon, 12 Apr 1999 17:19:55 +0000 Subject: ChangeLog --- ChangeLog-99b | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog-99b b/ChangeLog-99b index c2d31ace6e3..9484b677f6e 100644 --- a/ChangeLog-99b +++ b/ChangeLog-99b @@ -1,3 +1,19 @@ +Mon Apr 12 12:04:20 1999 Joe Hoffert + + * ace/Makefile,ATM_Addr.cpp: + Added ACE_ATM_Addr class back into Makefile since it's working + now. Fixed address initialization problem in ACE_ATM_Addr. + NOTE: This code currently only works with Solaris 2.5/2.6. Will + need to update the code for FORE's implementation on Solaris 2.7. + NOTE: To use FORE's XTI/ATM implementation the following #defines + need to be included (typically in ace/config.h): + #define ACE_HAS_FORE_ATM_XTI + #define ACE_HAS_TIUSER_H_BROKEN_EXTERN_C + #define ACE_TLI_TCP_DEVICE "/dev/xtisvc*" //(e.g., /dev/xtisvc0) + AND the following flags are needed to build the ace library + (typically in include/makeinclude/platform_macros.GNU): + CPPFLAGS += -I$(FORE_ROOT)/include + Mon Apr 12 10:04:31 1999 Carlos O'Ryan * include/makeinclude/rules.local.GNU: -- cgit v1.2.1