Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/group.h

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

revision 1.5 by youi, Sat Jan 15 05:31:43 2005 UTC revision 1.6 by aga, Sat Jan 22 00:18:33 2005 UTC
# Line 3  Line 3 
3   *   *
4   * $Revision$   * $Revision$
5   * $Log$   * $Log$
6     * Revision 1.6  2005/01/22 00:18:33  aga
7     * ・indexID を unsigned にした.
8     *
9   * Revision 1.5  2005/01/15 05:31:43  youi   * Revision 1.5  2005/01/15 05:31:43  youi
10   * groupid_tを使って定義.   * groupid_tを使って定義.
11   *   *
# Line 29  private: Line 32  private:
32      groupid_t gid;      //グループコード      groupid_t gid;      //グループコード
33      char* gname;        //グループ名      char* gname;        //グループ名
34      char* desc; //グループの説明      char* desc; //グループの説明
35      int groupIndexID;      unsigned int groupIndexID;
36  public:  public:
37      const static int GID_DEFAULT = 1;      const static int GID_DEFAULT = 1;
38            

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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