summaryrefslogtreecommitdiff
path: root/inc/OSD_OEMType.hxx
blob: 9916ff7a42b9d0464a1a96e21fa3b904930525b4 (plain)
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
// This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to 
// this header file considered to be the "object code" form of the original source.

#ifndef _OSD_OEMType_HeaderFile
#define _OSD_OEMType_HeaderFile

//! This is in fact a pointer to a function. <br>
//!          This is not an "enumeration" but a trick to solve an omission <br>
//!          from CDL. <br>
//! C++: alias "typedef int (* OSD_Function)(...);" <br>
enum OSD_OEMType {
OSD_Unavailable,
OSD_SUN,
OSD_DEC,
OSD_SGI,
OSD_NEC,
OSD_MAC,
OSD_PC,
OSD_HP,
OSD_IBM,
OSD_VAX,
OSD_LIN,
OSD_AIX
};

#ifndef _Standard_PrimitiveTypes_HeaderFile
#include <Standard_PrimitiveTypes.hxx>
#endif

#endif