summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/tao/tao.mpc4
2 files changed, 11 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 018791ce878..d57d71bcfd8 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Wed Jan 7 11:43:14 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * tao/tao.mpc:
+
+ Added Arg_Traits_T.h so it will get included in MSVC project
+ files, even though it has no corresponding .cpp file.
+
Wed Jan 7 10:50:22 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/ast/ast_decl.cpp:
diff --git a/TAO/tao/tao.mpc b/TAO/tao/tao.mpc
index 07bacd49250..18fa4d0c689 100644
--- a/TAO/tao/tao.mpc
+++ b/TAO/tao/tao.mpc
@@ -259,4 +259,8 @@ project(TAO) : acelib, taoversion, core, tao_output, extra_core {
Special_Basic_Arguments.cpp
}
}
+
+ Header_Files {
+ Arg_Traits_T.h
+ }
}