summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/TAO/IDL_Cubit/RTI_IO.h
blob: 31b2ca800f0c4849cde3245f2e4abecdf4ec5912 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 */