diff options
-rw-r--r-- | TAO/CIAO/CCF/CCF/IDL2/IDL2.mpc | 4 | ||||
-rw-r--r-- | TAO/CIAO/ChangeLog | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/TAO/CIAO/CCF/CCF/IDL2/IDL2.mpc b/TAO/CIAO/CCF/CCF/IDL2/IDL2.mpc index 35f475cb4ab..647a541c4bd 100644 --- a/TAO/CIAO/CCF/CCF/IDL2/IDL2.mpc +++ b/TAO/CIAO/CCF/CCF/IDL2/IDL2.mpc @@ -18,11 +18,15 @@ project { SemanticAction/Operation.cpp SyntaxTree/BuiltIn.cpp SyntaxTree/Elements.cpp + SyntaxTree/ElementsCtor.cpp SyntaxTree/Interface.cpp + SyntaxTree/InterfaceCtor.cpp SyntaxTree/Module.cpp SyntaxTree/Operation.cpp SyntaxTree/Translation.cpp + SyntaxTree/TranslationCtor.cpp SyntaxTree/ValueType.cpp + SyntaxTree/ValueTypeCtor.cpp Traversal/BuiltIn.cpp Traversal/Elements.cpp Traversal/Interface.cpp diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog index 0a437532404..4468ab229a2 100644 --- a/TAO/CIAO/ChangeLog +++ b/TAO/CIAO/ChangeLog @@ -25,6 +25,10 @@ Mon Nov 24 13:39:43 2003 Jeff Parsons <j.parsons@vanderbilt.edu> added for the Elements, Interface and Valuetype classes in IDL2::SyntaxTree. + * CCF/CCF/IDL2/SyntaxTree/IDL2.mpc: + + Updated with recently added files. + Thu Nov 20 20:05:34 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu> * ciao/ComponentsS.h: |