summaryrefslogtreecommitdiff
path: root/tests/Framework_Component_DLL.cpp
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-06-13 01:30:23 +0000
committerSteve Huston <shuston@riverace.com>2002-06-13 01:30:23 +0000
commita0879dfb80fc2fe7f957a8f80e97b66c60b2c0d8 (patch)
tree1da2b15d922cae495e420af54cd8c99ad265c7a5 /tests/Framework_Component_DLL.cpp
parent376de6fb8cc3ee705b307ff01f99c93010b940b0 (diff)
downloadATCD-a0879dfb80fc2fe7f957a8f80e97b66c60b2c0d8.tar.gz
ChangeLogTag:Wed Jun 12 21:28:29 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'tests/Framework_Component_DLL.cpp')
-rw-r--r--tests/Framework_Component_DLL.cpp2
1 files changed, 1 insertions, 1 deletions
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 <int>
+template <int which>
class Server_T : public ACE_Service_Object
{
public: