summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/TM_Daemon/utils/Exceptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/DAnCE/TM_Daemon/utils/Exceptions.h')
-rw-r--r--CIAO/DAnCE/TM_Daemon/utils/Exceptions.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/CIAO/DAnCE/TM_Daemon/utils/Exceptions.h b/CIAO/DAnCE/TM_Daemon/utils/Exceptions.h
new file mode 100644
index 00000000000..582c42d15dc
--- /dev/null
+++ b/CIAO/DAnCE/TM_Daemon/utils/Exceptions.h
@@ -0,0 +1,17 @@
+#ifndef EXCEPTION_H
+#define EXCEPTION_H
+
+namespace CIAO
+{
+ namespace TM_Daemon
+ {
+ namespace utils
+ {
+ class Initialization_Exception
+ {};
+
+ }
+ }
+}
+
+#endif