From a0879dfb80fc2fe7f957a8f80e97b66c60b2c0d8 Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Thu, 13 Jun 2002 01:30:23 +0000 Subject: ChangeLogTag:Wed Jun 12 21:28:29 2002 Steve Huston --- ChangeLog | 6 +++++- ChangeLogs/ChangeLog-02a | 6 +++++- ChangeLogs/ChangeLog-03a | 6 +++++- tests/Framework_Component_DLL.cpp | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index ed90d1c7287..4d8ceb7e93c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 12 21:28:29 2002 Steve Huston + + * tests/Framework_Component_DLL.cpp (Server_T): Add template + parameter name to class template arg to get aC++ to eat it. + Wed Jun 12 18:29:11 2002 Krishnakumar B * include/makeinclude/rules.lib.GNU: @@ -65,7 +70,6 @@ Wed Jun 12 18:29:11 2002 Krishnakumar B Changed SOFLAGS = to SOFLAGS += to avoid dealing with order of includes of various Makefile rules. - Wed Jun 12 11:25:22 2002 Douglas C. Schmidt * tests/Config_Test.cpp (test): Removed what appeared to be diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index ed90d1c7287..4d8ceb7e93c 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,3 +1,8 @@ +Wed Jun 12 21:28:29 2002 Steve Huston + + * tests/Framework_Component_DLL.cpp (Server_T): Add template + parameter name to class template arg to get aC++ to eat it. + Wed Jun 12 18:29:11 2002 Krishnakumar B * include/makeinclude/rules.lib.GNU: @@ -65,7 +70,6 @@ Wed Jun 12 18:29:11 2002 Krishnakumar B Changed SOFLAGS = to SOFLAGS += to avoid dealing with order of includes of various Makefile rules. - Wed Jun 12 11:25:22 2002 Douglas C. Schmidt * tests/Config_Test.cpp (test): Removed what appeared to be diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index ed90d1c7287..4d8ceb7e93c 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,8 @@ +Wed Jun 12 21:28:29 2002 Steve Huston + + * tests/Framework_Component_DLL.cpp (Server_T): Add template + parameter name to class template arg to get aC++ to eat it. + Wed Jun 12 18:29:11 2002 Krishnakumar B * include/makeinclude/rules.lib.GNU: @@ -65,7 +70,6 @@ Wed Jun 12 18:29:11 2002 Krishnakumar B Changed SOFLAGS = to SOFLAGS += to avoid dealing with order of includes of various Makefile rules. - Wed Jun 12 11:25:22 2002 Douglas C. Schmidt * tests/Config_Test.cpp (test): Removed what appeared to be diff --git a/tests/Framework_Component_DLL.cpp b/tests/Framework_Component_DLL.cpp index c658c02b9e8..a0369198096 100644 --- a/tests/Framework_Component_DLL.cpp +++ b/tests/Framework_Component_DLL.cpp @@ -31,7 +31,7 @@ Simple_Service::name (void) /// This is just a simple server that can be loaded via the ACE /// Service Configuration framework and uses the singleton that /// also lives in this library. -template +template class Server_T : public ACE_Service_Object { public: -- cgit v1.2.1