Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/item.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4 by youi, Sat Jan 15 05:32:55 2005 UTC revision 1.5 by youi, Thu Feb 3 12:03:10 2005 UTC
# Line 33  private: Line 33  private:
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26