Browse CVS Repository
Diff of /xoonips/AL/item.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 33 |
|
|
| 34 |
public: |
public: |
| 35 |
// reserved item_id value |
// reserved item_id value |
| 36 |
const static int IID_ROOT = 1; |
const static itemid_t IID_ROOT = 1; |
| 37 |
const static int IID_BINDERS = 2; |
const static itemid_t IID_BINDERS = 2; |
| 38 |
const static int IID_PUBLIC = 3; |
const static itemid_t IID_PUBLIC = 3; |
| 39 |
|
|
| 40 |
// reserved item_type_id value |
// reserved item_type_id value |
| 41 |
const static int ITID_INDEX = 1; |
const static itemtypeid_t ITID_INDEX = 1; |
| 42 |
const static int ITID_BINDER = 2; |
const static itemtypeid_t ITID_BINDER = 2; |
| 43 |
|
|
| 44 |
//IDs of item operation |
//IDs of item operation |
| 45 |
const static itemop_t OP_READ = 1; |
const static itemop_t OP_READ = 1; |
|
|
Legend:
| Removed from v.1.4 |
|
| changed lines |
| |
Added in v.1.5 |
|
|
|