summaryrefslogtreecommitdiff
path: root/include/cppunit
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppunit')
-rw-r--r--include/cppunit/Message.h2
-rw-r--r--include/cppunit/TestPath.h2
-rw-r--r--include/cppunit/TestResult.h2
-rw-r--r--include/cppunit/TestResultCollector.h4
-rw-r--r--include/cppunit/TestSuite.h2
-rw-r--r--include/cppunit/extensions/TestFactoryRegistry.h2
-rw-r--r--include/cppunit/tools/XmlElement.h2
7 files changed, 8 insertions, 8 deletions
diff --git a/include/cppunit/Message.h b/include/cppunit/Message.h
index 441a056..64395a4 100644
--- a/include/cppunit/Message.h
+++ b/include/cppunit/Message.h
@@ -16,7 +16,7 @@ namespace CppUnit
{
#if CPPUNIT_NEED_DLL_DECL
- template class CPPUNIT_API std::deque<std::string>;
+// template class CPPUNIT_API std::deque<std::string>;
#endif
/*! \brief Message associated to an Exception.
diff --git a/include/cppunit/TestPath.h b/include/cppunit/TestPath.h
index ddd0102..a24e0ff 100644
--- a/include/cppunit/TestPath.h
+++ b/include/cppunit/TestPath.h
@@ -15,7 +15,7 @@ namespace CppUnit {
class Test;
#if CPPUNIT_NEED_DLL_DECL
- template class CPPUNIT_API std::deque<Test *>;
+// template class CPPUNIT_API std::deque<Test *>;
#endif
diff --git a/include/cppunit/TestResult.h b/include/cppunit/TestResult.h
index 5a39d4d..e18d358 100644
--- a/include/cppunit/TestResult.h
+++ b/include/cppunit/TestResult.h
@@ -19,7 +19,7 @@ class TestFailure;
class TestListener;
#if CPPUNIT_NEED_DLL_DECL
- template class CPPUNIT_API std::deque<TestListener *>;
+// template class CPPUNIT_API std::deque<TestListener *>;
#endif
/*! \brief Manages TestListener.
diff --git a/include/cppunit/TestResultCollector.h b/include/cppunit/TestResultCollector.h
index 961b1b0..56e1604 100644
--- a/include/cppunit/TestResultCollector.h
+++ b/include/cppunit/TestResultCollector.h
@@ -17,8 +17,8 @@ namespace CppUnit
#if CPPUNIT_NEED_DLL_DECL
- template class CPPUNIT_API std::deque<TestFailure *>;
- template class CPPUNIT_API std::deque<Test *>;
+// template class CPPUNIT_API std::deque<TestFailure *>;
+// template class CPPUNIT_API std::deque<Test *>;
#endif
diff --git a/include/cppunit/TestSuite.h b/include/cppunit/TestSuite.h
index b94b8ca..a63082b 100644
--- a/include/cppunit/TestSuite.h
+++ b/include/cppunit/TestSuite.h
@@ -14,7 +14,7 @@
namespace CppUnit {
#if CPPUNIT_NEED_DLL_DECL
- template class CPPUNIT_API std::vector<Test *>;
+// template class CPPUNIT_API std::vector<Test *>;
#endif
diff --git a/include/cppunit/extensions/TestFactoryRegistry.h b/include/cppunit/extensions/TestFactoryRegistry.h
index 5020219..6603959 100644
--- a/include/cppunit/extensions/TestFactoryRegistry.h
+++ b/include/cppunit/extensions/TestFactoryRegistry.h
@@ -17,7 +17,7 @@ namespace CppUnit {
class TestSuite;
#if CPPUNIT_NEED_DLL_DECL
- template class CPPUNIT_API std::set<TestFactory *>;
+// template class CPPUNIT_API std::set<TestFactory *>;
#endif
diff --git a/include/cppunit/tools/XmlElement.h b/include/cppunit/tools/XmlElement.h
index 9b033f4..323642e 100644
--- a/include/cppunit/tools/XmlElement.h
+++ b/include/cppunit/tools/XmlElement.h
@@ -18,7 +18,7 @@ namespace CppUnit
class XmlElement;
#if CPPUNIT_NEED_DLL_DECL
- template class CPPUNIT_API std::deque<XmlElement *>;
+// template class CPPUNIT_API std::deque<XmlElement *>;
#endif