add batch-mode script
[IRC.git] / Robust / src / Runtime / object.h
1 #ifndef OBJECT_H
2 #define OBJECT_H
3 #include "runtime.h"
4 #include "structdefs.h"
5 #include "methodheaders.h"
6
7 #ifdef D___Object______nativehashCode____
8 int CALL01(___Object______nativehashCode____, struct ___Object___ * ___this___);
9 #endif
10 #ifdef D___Object______hashCode____
11 int CALL01(___Object______hashCode____, struct ___Object___ * ___this___);
12 #endif
13 #ifdef D___Object______MonitorEnter____
14 void CALL01(___Object______MonitorEnter____, struct ___Object___ * ___this___);
15 #endif
16 #ifdef D___Object______MonitorExit____
17 void CALL01(___Object______MonitorExit____, struct ___Object___ * ___this___);
18 #endif
19 #ifdef D___Object______notify____
20 void CALL01(___Object______notify____, struct ___Object___ * ___this___);
21 #endif
22 #ifdef D___Object______notifyAll____
23 void CALL01(___Object______notifyAll____, struct ___Object___ * ___this___);
24 #endif
25 #ifdef D___Object______wait____
26 void CALL01(___Object______wait____, struct ___Object___ * ___this___);
27 #endif
28 #endif