diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-09-08 16:15:20 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-09-08 16:15:20 +0000 |
commit | 817396327be6d659742987f1366397960587e4b4 (patch) | |
tree | 534581dc4898bfd80687da58c072b0163f1c162b | |
parent | dd1197e743b1bf987e538bb4634ddb1c110d2469 (diff) | |
download | ATCD-817396327be6d659742987f1366397960587e4b4.tar.gz |
ChangeLogTag: Wed Sep 8 08:58:21 2004 J.T. Conklin <jtc@acorntoolworks.com>
-rw-r--r-- | TAO/ChangeLog | 9 | ||||
-rw-r--r-- | TAO/orbsvcs/orbsvcs/CosNotification.mpc | 2 |
2 files changed, 9 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 7e2db75b8ae..ea4c10ddcec 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,10 @@ +Wed Sep 8 08:58:21 2004 J.T. Conklin <jtc@acorntoolworks.com> + + * orbsvcs/orbsvcs/CosNotification.mpc: + + Fixed tipo -- the export macro was not changed when export + header was. + Wed Sep 8 10:28:29 2004 Dale Wilson <wilson_d@ociweb.com> * orbsvcs/orbsvcs/CosEvent.mpc: @@ -11,7 +18,7 @@ Wed Sep 8 10:22:39 2004 Jeff Parsons <j.parsons@vanderbilt.edu> * TAO_IDL/be/be_codegen.cpp: * TAO_IDL/be/be_visitor_root/root.cpp: - + Modified stream output to make sure a bare newline (with no whitespace) is added at the end of the generated source file containing Any operators and type codes (if the file diff --git a/TAO/orbsvcs/orbsvcs/CosNotification.mpc b/TAO/orbsvcs/orbsvcs/CosNotification.mpc index 78c553f38de..3665b8d3e50 100644 --- a/TAO/orbsvcs/orbsvcs/CosNotification.mpc +++ b/TAO/orbsvcs/orbsvcs/CosNotification.mpc @@ -5,7 +5,7 @@ project(CosNotification) : orbsvcslib, core, event { sharedname = TAO_CosNotification dynamicflags = TAO_NOTIFY_BUILD_DLL - idlflags += -Wb,export_macro=TAO_Event_Export -Wb,export_include=orbsvcs/Notify/notify_export.h + idlflags += -Wb,export_macro=TAO_Notify_Export -Wb,export_include=orbsvcs/Notify/notify_export.h IDL_Files { CosNotification.idl |