summaryrefslogtreecommitdiff
path: root/lib/common/CommonException.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/CommonException.h')
-rwxr-xr-xlib/common/CommonException.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/common/CommonException.h b/lib/common/CommonException.h
new file mode 100755
index 00000000..a0eb3bf5
--- /dev/null
+++ b/lib/common/CommonException.h
@@ -0,0 +1,17 @@
+// --------------------------------------------------------------------------
+//
+// File
+// Name: CommonException.h
+// Purpose: Exception
+// Created: 2003/07/08
+//
+// --------------------------------------------------------------------------
+
+#ifndef COMMONEXCEPTION__H
+#define COMMONEXCEPTION__H
+
+// Compatibility header with old non-autogen exception scheme
+#include "autogen_CommonException.h"
+
+#endif // COMMONEXCEPTION__H
+