21 lines
330 B
Plaintext
21 lines
330 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
/* NOTE: This file is also used by C code. */
|
|
|
|
#ifndef _HBOO_CH
|
|
#define _HBOO_CH
|
|
|
|
#define MET_METHOD 0
|
|
#define MET_DATA 1
|
|
#define MET_CLASSDATA 2
|
|
#define MET_INLINE 3
|
|
#define MET_VIRTUAL 4
|
|
#define MET_SUPER 5
|
|
|
|
#define DATA_SYMBOL 1
|
|
#define DATA_VALUE 2
|
|
|
|
#endif /* _HBOO_CH */
|