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.2 by youi, Thu Nov 25 04:12:14 2004 UTC revision 1.3 by aga, Tue Nov 30 02:29:54 2004 UTC
# Line 3  Line 3 
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   *   *
# Line 24  public: Line 27  public:
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

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