Browse CVS Repository
Diff of /xoonips/AL/group.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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 |
* |
* |
| 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 |
|
|
|