summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/contrib/mcpp/mcpp_out.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/contrib/mcpp/mcpp_out.h')
-rw-r--r--TAO/TAO_IDL/contrib/mcpp/mcpp_out.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/contrib/mcpp/mcpp_out.h b/TAO/TAO_IDL/contrib/mcpp/mcpp_out.h
new file mode 100644
index 00000000000..f40dcdccb8a
--- /dev/null
+++ b/TAO/TAO_IDL/contrib/mcpp/mcpp_out.h
@@ -0,0 +1,17 @@
+/* $Id$ mcpp_out.h: declarations of OUTDEST data types for MCPP */
+#ifndef _MCPP_OUT_H
+#define _MCPP_OUT_H
+
+#ifdef OUT
+#undef OUT
+#endif
+
+/* Choices for output destination */
+enum OUTDEST {
+ OUT, /* ~= fp_out */
+ ERR, /* ~= fp_err */
+ DBG, /* ~= fp_debug */
+ NUM_OUTDEST
+};
+
+#endif /* _MCPP_OUT_H */