summaryrefslogtreecommitdiff
path: root/ACE/TAO/performance-tests/Cubit/TAO/IDL_Cubit/RTI_IO.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/performance-tests/Cubit/TAO/IDL_Cubit/RTI_IO.h')
-rw-r--r--ACE/TAO/performance-tests/Cubit/TAO/IDL_Cubit/RTI_IO.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/ACE/TAO/performance-tests/Cubit/TAO/IDL_Cubit/RTI_IO.h b/ACE/TAO/performance-tests/Cubit/TAO/IDL_Cubit/RTI_IO.h
new file mode 100644
index 00000000000..31b2ca800f0
--- /dev/null
+++ b/ACE/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>
+//
+// ============================================================================
+
+#ifndef _RTIFUNCS_H
+#define _RTIFUNCS_H
+
+#include "cubitC.h"
+
+void print_RtiPacket (Cubit::RtiPacket const &arg);
+
+#endif /* _RTIFUNCS_H */