Develop and Download Open Source Software

Browse CVS Repository

Contents of /xoonips/AL/group.h

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


Revision 1.3 - (show annotations) (download) (as text)
Tue Nov 30 02:29:54 2004 UTC (19 years, 4 months ago) by aga
Branch: MAIN
Changes since 1.2: +7 -4 lines
File MIME type: text/x-chdr
・getXxxx()をconstにした.

1 /*
2 * Platform?違???若??膊∞???????????????劫?荐?
3 *
4 * $Revision: 1.2 $
5 * $Log: group.h,v $
6 * Revision 1.2 2004/11/25 04:12:14 youi
7 * typedef??菴遵??.
8 *
9 * Revision 1.1 2004/11/22 08:25:16 youi
10 * initial version.
11 *
12 *
13 */
14 #if !defined( GROUP_H )
15 #define GROUP_H
16
17 class group{
18 private:
19 int gid; //?違???若???潟?若??
20 char* gname; //?違???若????
21 char* desc; //?違???若???????/span>
22 public:
23 group();
24 group( int gid, const char* gname, const char* desc );
25 ~group();
26
27 int getGID() const;
28 const char *getGname() const;
29 const char *getDesc() const;
30
31 void setGID( int gid );
32 void setGname( const char *gname );
33 void setDesc( const char *desc );
34 };
35
36 typedef group group_t;
37
38 #endif

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