summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/TC_Constants_Forward.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/TC_Constants_Forward.h')
-rw-r--r--TAO/tao/AnyTypeCode/TC_Constants_Forward.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/TAO/tao/AnyTypeCode/TC_Constants_Forward.h b/TAO/tao/AnyTypeCode/TC_Constants_Forward.h
new file mode 100644
index 00000000000..e0d8853654d
--- /dev/null
+++ b/TAO/tao/AnyTypeCode/TC_Constants_Forward.h
@@ -0,0 +1,20 @@
+// -*- C++ -*-
+
+// -------------------------------------------------------------
+/**
+ * @file TC_Constants_Forward.h
+ *
+ * $Id$
+ *
+ * Backward compatibility header.
+ *
+ * @deprecated Use TypeCode_Constants.h instead.
+ */
+// -------------------------------------------------------------
+
+#ifndef TAO_TC_CONSTANTS_FORWARD_H
+#define TAO_TC_CONSTANTS_FORWARD_H
+
+#include "tao/AnyTypeCode/TypeCode_Constants.h"
+
+#endif /* TAO_TC_CONSTANTS_FORWARD_H */