File: Overload_IOR.h

package info (click to toggle)
babel 0.10.2-1
  • links: PTS
  • area: contrib
  • in suites: sarge
  • size: 43,932 kB
  • ctags: 29,707
  • sloc: java: 74,695; ansic: 73,142; cpp: 40,649; sh: 18,411; f90: 10,062; fortran: 6,727; python: 6,406; makefile: 3,866; xml: 118; perl: 48
file content (41 lines) | stat: -rw-r--r-- 914 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/*
 * File:          Overload_IOR.h
 * Symbol:        Overload-v1.0
 * Symbol Type:   package
 * Babel Version: 0.10.2
 * Description:   Intermediate Object Representation for Overload
 * 
 * WARNING: Automatically generated; changes will be lost
 * 
 * babel-version = 0.10.2
 */

#ifndef included_Overload_IOR_h
#define included_Overload_IOR_h

/*
 * Symbol "Overload" (version 1.0)
 * 
 * <p>
 * Package <code>Overload</code> tests the overloaded method capabilites of 
 * sidl.  
 * </p>
 */

#ifndef included_Overload_AClass_IOR_h
#include "Overload_AClass_IOR.h"
#endif
#ifndef included_Overload_AnException_IOR_h
#include "Overload_AnException_IOR.h"
#endif
#ifndef included_Overload_BClass_IOR_h
#include "Overload_BClass_IOR.h"
#endif
#ifndef included_Overload_ParentTest_IOR_h
#include "Overload_ParentTest_IOR.h"
#endif
#ifndef included_Overload_Test_IOR_h
#include "Overload_Test_IOR.h"
#endif

#endif