summaryrefslogtreecommitdiff
path: root/ACE/TAO/tao/Current.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tao/Current.pidl')
-rw-r--r--ACE/TAO/tao/Current.pidl21
1 files changed, 21 insertions, 0 deletions
diff --git a/ACE/TAO/tao/Current.pidl b/ACE/TAO/tao/Current.pidl
new file mode 100644
index 00000000000..4ca7d17cfc1
--- /dev/null
+++ b/ACE/TAO/tao/Current.pidl
@@ -0,0 +1,21 @@
+// -*- IDL -*-
+
+/**
+ * @file Current.pidl
+ *
+ * $Id$
+ *
+ * This file is used to generate CurrentC.*
+ */
+
+#ifndef TAO_CURRENT_PIDL
+#define TAO_CURRENT_PIDL
+
+#pragma prefix "omg.org"
+
+module CORBA
+{
+ local interface Current {};
+};
+
+#endif /* TAO_CURRENT_PIDL */