summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-01-18 23:52:07 +0000
committerSteve Huston <shuston@riverace.com>2002-01-18 23:52:07 +0000
commit2673dd3c1a43320f05c9a315dd97c4abce73a021 (patch)
tree6097e4d9c739f6012c272026f4ef3274518d1e0b
parent8d29f572c1744cdde20bf366be22870697a53a4a (diff)
downloadATCD-2673dd3c1a43320f05c9a315dd97c4abce73a021.tar.gz
ChangeLogTag:Fri Jan 18 16:44:29 2002 Steve Huston <shuston@riverace.com>
-rw-r--r--ChangeLog12
-rw-r--r--ChangeLogs/ChangeLog-02a12
-rw-r--r--ChangeLogs/ChangeLog-03a12
-rw-r--r--ace/Reactor_Notification_Strategy.cpp2
-rwxr-xr-xace/ace.icc6
-rw-r--r--tests/Get_Opt_Test.icc15
-rw-r--r--tests/INET_Addr_Test.icc15
-rw-r--r--tests/tests.icp8
8 files changed, 79 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 825e594260e..14a0f102bce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Fri Jan 18 16:44:29 2002 Steve Huston <shuston@riverace.com>
+
+ * ace/ace.icc: Added Reactor_Notification_Strategy.(h cpp) sources.
+
+ * ace/Reactor_Notification_Strategy.cpp: Fixed ACE_RCSID to refer to
+ Reactor_Notification_Strategy, not Strategies.
+
+ * tests/Get_Opt_Test.icc:
+ * tests/INET_Addr_Test.icc: New Visual Age C++ configs for these tests.
+
+ * tests/tests.icp: Added Get_Opt_Test.icc and INET_Addr_Test.icc
+
Fri Jan 18 12:56:36 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
* ace/Log_Msg.cpp (init_backend): Added support for SysLog on platforms
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 825e594260e..14a0f102bce 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,15 @@
+Fri Jan 18 16:44:29 2002 Steve Huston <shuston@riverace.com>
+
+ * ace/ace.icc: Added Reactor_Notification_Strategy.(h cpp) sources.
+
+ * ace/Reactor_Notification_Strategy.cpp: Fixed ACE_RCSID to refer to
+ Reactor_Notification_Strategy, not Strategies.
+
+ * tests/Get_Opt_Test.icc:
+ * tests/INET_Addr_Test.icc: New Visual Age C++ configs for these tests.
+
+ * tests/tests.icp: Added Get_Opt_Test.icc and INET_Addr_Test.icc
+
Fri Jan 18 12:56:36 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
* ace/Log_Msg.cpp (init_backend): Added support for SysLog on platforms
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 825e594260e..14a0f102bce 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,15 @@
+Fri Jan 18 16:44:29 2002 Steve Huston <shuston@riverace.com>
+
+ * ace/ace.icc: Added Reactor_Notification_Strategy.(h cpp) sources.
+
+ * ace/Reactor_Notification_Strategy.cpp: Fixed ACE_RCSID to refer to
+ Reactor_Notification_Strategy, not Strategies.
+
+ * tests/Get_Opt_Test.icc:
+ * tests/INET_Addr_Test.icc: New Visual Age C++ configs for these tests.
+
+ * tests/tests.icp: Added Get_Opt_Test.icc and INET_Addr_Test.icc
+
Fri Jan 18 12:56:36 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
* ace/Log_Msg.cpp (init_backend): Added support for SysLog on platforms
diff --git a/ace/Reactor_Notification_Strategy.cpp b/ace/Reactor_Notification_Strategy.cpp
index 67d713ed349..c902f30b929 100644
--- a/ace/Reactor_Notification_Strategy.cpp
+++ b/ace/Reactor_Notification_Strategy.cpp
@@ -5,7 +5,7 @@
#include "ace/Reactor_Notification_Strategy.inl"
#endif /* __ACE_INLINE __ */
-ACE_RCSID(ace, Strategies, "$Id$")
+ACE_RCSID(ace, Reactor_Notification_Strategy, "$Id$")
ACE_Reactor_Notification_Strategy::ACE_Reactor_Notification_Strategy (ACE_Reactor *reactor,
ACE_Event_Handler *eh,
diff --git a/ace/ace.icc b/ace/ace.icc
index 59c9bc8f1fa..edbdae1c90d 100755
--- a/ace/ace.icc
+++ b/ace/ace.icc
@@ -60,6 +60,7 @@ group UTILS_FILES =
"Init_ACE.cpp",
"Lib_Find.cpp",
"Malloc_Instantiations.cpp",
+ "Message_Block.cpp",
"Method_Request.cpp",
"Notification_Strategy.cpp",
"Object_Manager.cpp",
@@ -105,6 +106,7 @@ group UTILS_INCLUDES =
"High_Res_Timer.h",
"Init_ACE.h",
"Lib_Find.h",
+ "Message_Block.h",
"Method_Request.h",
"Notification_Strategy.h",
"Object_Manager.h",
@@ -401,16 +403,16 @@ group STREAMS_FILES =
"CDR_Base.cpp",
"CDR_Stream.cpp",
"Codeset_IBM1047.cpp",
- "Message_Block.cpp",
"Message_Queue.cpp",
+ "Reactor_Notification_Strategy.cpp",
"Task.cpp"
group STREAMS_INCLUDES =
"CDR_Base.h",
"CDR_Stream.h",
"Codeset_IBM1047.h",
- "Message_Block.h",
"Message_Queue.h",
+ "Reactor_Notification_Strategy.h",
"Task.h"
group MEMORY_FILES =
diff --git a/tests/Get_Opt_Test.icc b/tests/Get_Opt_Test.icc
new file mode 100644
index 00000000000..a3e18db1fb0
--- /dev/null
+++ b/tests/Get_Opt_Test.icc
@@ -0,0 +1,15 @@
+// $Id$
+
+include "vacpp_setup.icc"
+option
+ link(libSearchPath, platformLibSearchPath),
+ incl(searchPath, ".."),
+ link(linkWithMultiThreadLib,yes),
+ link(debug)
+ {
+ target type (exe) "Get_Opt_Test"
+ {
+ source type (cpp) "Get_Opt_Test.cpp"
+ source platformLinkLibs
+ }
+ }
diff --git a/tests/INET_Addr_Test.icc b/tests/INET_Addr_Test.icc
new file mode 100644
index 00000000000..c897cdf43db
--- /dev/null
+++ b/tests/INET_Addr_Test.icc
@@ -0,0 +1,15 @@
+// $Id$
+
+include "vacpp_setup.icc"
+option
+ link(libSearchPath, platformLibSearchPath),
+ incl(searchPath, ".."),
+ link(linkWithMultiThreadLib,yes),
+ link(debug)
+ {
+ target type (exe) "INET_Addr_Test"
+ {
+ source type (cpp) "INET_Addr_Test.cpp"
+ source platformLinkLibs
+ }
+ }
diff --git a/tests/tests.icp b/tests/tests.icp
index 59dc5d43417..a154ae1a852 100644
--- a/tests/tests.icp
+++ b/tests/tests.icp
@@ -122,6 +122,10 @@ subproject Future_Test icc "Future_Test.icc", ics "Future_Test.ics"
{
}
+subproject Get_Opt_Test icc "Get_Opt_Test.icc", ics "Get_Opt_Test.ics"
+{
+}
+
subproject Handle_Set_Test icc "Handle_Set_Test.icc", ics "Handle_Set_Test.ics"
{
}
@@ -138,6 +142,10 @@ subproject High_Res_Timer_Test icc "High_Res_Timer_Test.icc", ics "High_Res_Time
{
}
+subproject INET_Addr_Test icc "INET_Addr_Test.icc", ics "INET_Addr_Test.ics"
+{
+}
+
subproject IOStream_Test icc "IOStream_Test.icc", ics "IOStream_Test.ics"
{
}