summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1998-10-14 20:33:04 +0000
committerSteve Huston <shuston@riverace.com>1998-10-14 20:33:04 +0000
commitd16aeb116812e0e71f814e7306034b63c011cafa (patch)
tree706d33f31f8572fd40b3da5640fecf4f0a1bc6d0
parent821148043148774c66756ad16e872793f0d335aa (diff)
downloadATCD-d16aeb116812e0e71f814e7306034b63c011cafa.tar.gz
Removed ACE_Export from def of template class.
-rw-r--r--ace/Message_Block_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Message_Block_T.h b/ace/Message_Block_T.h
index 353ee00d23a..f182b698df0 100644
--- a/ace/Message_Block_T.h
+++ b/ace/Message_Block_T.h
@@ -19,8 +19,8 @@
#include "ace/Message_Block.h"
-template<class ACE_LOCK>
-class ACE_Export ACE_Locked_Data_Block : public ACE_Data_Block
+template <class ACE_LOCK>
+class ACE_Locked_Data_Block : public ACE_Data_Block
{
// = TITLE
// A Data_Block with a concrete locking strategy.