summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/TAO/IDL_Cubit/RTI_IO.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Cubit/TAO/IDL_Cubit/RTI_IO.h')
-rw-r--r--TAO/performance-tests/Cubit/TAO/IDL_Cubit/RTI_IO.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/RTI_IO.h b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/RTI_IO.h
new file mode 100644
index 00000000000..9793c60632b
--- /dev/null
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/RTI_IO.h
@@ -0,0 +1,23 @@
+// $Id$
+
+// ============================================================================
+//
+// = LIBRARY
+// TAO/tests/IDL_Cubit
+//
+// = FILENAME
+// RTI_IO.h
+//
+// = AUTHOR
+// Dave Meyer <dmeyer@std.saic.com>
+//
+// ============================================================================
+
+#if !defined (_RTIFUNCS_H)
+#define _RTIFUNCS_H
+
+#include "cubitC.h"
+
+void print_RtiPacket (Cubit::RtiPacket const &arg);
+
+#endif /* _RTIFUNCS_H */