summaryrefslogtreecommitdiff
path: root/TAO/tests/Sequence_Iterators/testing_exception.hpp
diff options
context:
space:
mode:
authorjhoffert <jhoffert@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-03-20 21:38:16 +0000
committerjhoffert <jhoffert@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-03-20 21:38:16 +0000
commita6a06c78a7560f8a41b07316121e3589ea138b6e (patch)
treea7b2bb5f506ce2905818c1f941f30bafcf41dd7f /TAO/tests/Sequence_Iterators/testing_exception.hpp
parentbe784f27d42a5119fbf98247313aee9fd7d3b5c0 (diff)
downloadATCD-a6a06c78a7560f8a41b07316121e3589ea138b6e.tar.gz
Diffstat (limited to 'TAO/tests/Sequence_Iterators/testing_exception.hpp')
-rw-r--r--TAO/tests/Sequence_Iterators/testing_exception.hpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/tests/Sequence_Iterators/testing_exception.hpp b/TAO/tests/Sequence_Iterators/testing_exception.hpp
new file mode 100644
index 00000000000..2fc4c540197
--- /dev/null
+++ b/TAO/tests/Sequence_Iterators/testing_exception.hpp
@@ -0,0 +1,15 @@
+#ifndef guard_testing_exception_hpp
+#define guard_testing_exception_hpp
+/**
+ * @file
+ *
+ * @brief Simple exception to raise in the tests.
+ *
+ * $Id$
+ *
+ * @author Carlos O'Ryan
+ */
+
+struct testing_exception {};
+
+#endif // guard_testing_exception_hpp