summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-09-25 17:26:24 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-09-25 17:26:24 +0000
commitebd57e45dbc2e756ed24cf7fb644505afcedbec9 (patch)
treec3f6b1b17fb7883f9f165dc1769d76ddffa72c12
parentfaa0a54133ad211977b5f05bcbfdf80ef6c81ec8 (diff)
downloadATCD-ebd57e45dbc2e756ed24cf7fb644505afcedbec9.tar.gz
ChangeLogTag: Wed Sep 25 12:24:11 2002 Jeff Parsons <parsons@cs.wustl.edu>
-rw-r--r--TAO/ChangeLog11
-rw-r--r--TAO/TAO_IDL/Makefile.BE4
-rw-r--r--TAO/TAO_IDL/Makefile.FE4
-rw-r--r--TAO/TAO_IDL/TAO_IDL_BE.bor4
-rw-r--r--TAO/TAO_IDL/TAO_IDL_FE.bor4
-rw-r--r--TAO/TAO_IDL/ast/Makefile.am4
-rw-r--r--TAO/TAO_IDL/be/Makefile.am4
7 files changed, 23 insertions, 12 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 1c90255bea9..bcc94de569a 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,14 @@
+Wed Sep 25 12:24:11 2002 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/Makefile.BE:
+ * TAO_IDL/Makefile.FE:
+ * TAO_IDL/TAO_IDL_BE.bor:
+ * TAO_IDL/TAO_IDL_FE.bor:
+ * TAO_IDL/ast/Makefile.am:
+ * TAO_IDL/be/Makefile.am:
+
+ Fixed typos.
+
Wed Sep 25 11:12:59 2002 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/ast/ast_eventtype.cpp:
diff --git a/TAO/TAO_IDL/Makefile.BE b/TAO/TAO_IDL/Makefile.BE
index 2e586ed273e..2a53259fa43 100644
--- a/TAO/TAO_IDL/Makefile.BE
+++ b/TAO/TAO_IDL/Makefile.BE
@@ -31,8 +31,8 @@ FILES = be/be_array \
be/be_constant \
be/be_enum \
be/be_enum_val \
- be/be_event \
- be/be_event_fwd \
+ be/be_eventtype \
+ be/be_eventtype_fwd \
be/be_exception \
be/be_expression \
be/be_factory \
diff --git a/TAO/TAO_IDL/Makefile.FE b/TAO/TAO_IDL/Makefile.FE
index 3a9c0a17927..1900b8aac66 100644
--- a/TAO/TAO_IDL/Makefile.FE
+++ b/TAO/TAO_IDL/Makefile.FE
@@ -43,8 +43,8 @@ FILES = fe/fe_declarator \
ast/ast_enum_val \
ast/ast_exception \
ast/ast_expression \
- ast/ast_event \
- ast/ast_event_fwd \
+ ast/ast_eventtype \
+ ast/ast_eventtype_fwd \
ast/ast_factory \
ast/ast_field \
ast/ast_home \
diff --git a/TAO/TAO_IDL/TAO_IDL_BE.bor b/TAO/TAO_IDL/TAO_IDL_BE.bor
index d16bd2022ff..2d88bc6d5a0 100644
--- a/TAO/TAO_IDL/TAO_IDL_BE.bor
+++ b/TAO/TAO_IDL/TAO_IDL_BE.bor
@@ -15,8 +15,8 @@ OBJFILES = \
$(OBJDIR)\be_decl.obj \
$(OBJDIR)\be_enum.obj \
$(OBJDIR)\be_enum_val.obj \
- $(OBJDIR)\be_event.obj \
- $(OBJDIR)\be_event_fwd.obj \
+ $(OBJDIR)\be_eventtype.obj \
+ $(OBJDIR)\be_eventtype_fwd.obj \
$(OBJDIR)\be_exception.obj \
$(OBJDIR)\be_expression.obj \
$(OBJDIR)\be_factory.obj \
diff --git a/TAO/TAO_IDL/TAO_IDL_FE.bor b/TAO/TAO_IDL/TAO_IDL_FE.bor
index 5bf8ce2fa48..0ba9106452b 100644
--- a/TAO/TAO_IDL/TAO_IDL_FE.bor
+++ b/TAO/TAO_IDL/TAO_IDL_FE.bor
@@ -16,8 +16,8 @@ OBJFILES = \
$(OBJDIR)\ast_decl.obj \
$(OBJDIR)\ast_enum.obj \
$(OBJDIR)\ast_enum_val.obj \
- $(OBJDIR)\ast_event.obj \
- $(OBJDIR)\ast_event_fwd.obj \
+ $(OBJDIR)\ast_eventtype.obj \
+ $(OBJDIR)\ast_eventtype_fwd.obj \
$(OBJDIR)\ast_exception.obj \
$(OBJDIR)\ast_expression.obj \
$(OBJDIR)\ast_factory.obj \
diff --git a/TAO/TAO_IDL/ast/Makefile.am b/TAO/TAO_IDL/ast/Makefile.am
index c072e69c1cf..d047bb70f72 100644
--- a/TAO/TAO_IDL/ast/Makefile.am
+++ b/TAO/TAO_IDL/ast/Makefile.am
@@ -29,8 +29,8 @@ libast_la_SOURCES = \
ast_decl.cpp \
ast_enum.cpp \
ast_enum_val.cpp \
- ast_event.cpp \
- ast_event_fwd.cpp \
+ ast_eventtype.cpp \
+ ast_eventtype_fwd.cpp \
ast_exception.cpp \
ast_expression.cpp \
ast_field.cpp \
diff --git a/TAO/TAO_IDL/be/Makefile.am b/TAO/TAO_IDL/be/Makefile.am
index c504a61f052..a9d3fd9bc53 100644
--- a/TAO/TAO_IDL/be/Makefile.am
+++ b/TAO/TAO_IDL/be/Makefile.am
@@ -30,8 +30,8 @@ libbe_la_SOURCES = \
be_decl.cpp \
be_enum.cpp \
be_enum_val.cpp \
- be_event.cpp \
- be_Event_fwd.cpp \
+ be_eventtype.cpp \
+ be_eventtype_fwd.cpp \
be_exception.cpp \
be_expression.cpp \
be_field.cpp \