Develop and Download Open Source Software

Browse CVS Repository

Annotation of /xoonips/AL/group.h

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


Revision 1.3 - (hide 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 youi 1.1 /*
2     * Platform?違???若??膊∞???????????????劫?荐?
3     *
4 aga 1.3 * $Revision: 1.2 $
5 youi 1.2 * $Log: group.h,v $
6 aga 1.3 * Revision 1.2 2004/11/25 04:12:14 youi
7     * typedef??菴遵??.
8     *
9 youi 1.2 * Revision 1.1 2004/11/22 08:25:16 youi
10     * initial version.
11     *
12 youi 1.1 *
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 aga 1.3 int getGID() const;
28     const char *getGname() const;
29     const char *getDesc() const;
30 youi 1.1
31     void setGID( int gid );
32     void setGname( const char *gname );
33     void setDesc( const char *desc );
34     };
35 youi 1.2
36     typedef group group_t;
37 youi 1.1
38     #endif

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