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.3 2004/11/30 02:29:54 aga |
| 7 |
|
* ・getXxxx()をconstにした. |
| 8 |
|
* |
| 9 |
* Revision 1.2 2004/11/25 04:12:14 youi |
* Revision 1.2 2004/11/25 04:12:14 youi |
| 10 |
* typedefを追加. |
* typedefを追加. |
| 11 |
* |
* |
| 27 |
group( int gid, const char* gname, const char* desc ); |
group( int gid, const char* gname, const char* desc ); |
| 28 |
~group(); |
~group(); |
| 29 |
|
|
| 30 |
int getGID(); |
int getGID() const; |
| 31 |
const char *getGname(); |
const char *getGname() const; |
| 32 |
const char *getDesc(); |
const char *getDesc() const; |
| 33 |
|
|
| 34 |
void setGID( int gid ); |
void setGID( int gid ); |
| 35 |
void setGname( const char *gname ); |
void setGname( const char *gname ); |
|
|
Legend:
| Removed from v.1.2 |
|
| changed lines |
| |
Added in v.1.3 |
|
|
|