Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/group.cc

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

revision 1.7 by tani, Tue Mar 15 04:49:40 2005 UTC revision 1.8 by aga4096, Mon Aug 29 02:02:56 2005 UTC
# Line 23  Line 23 
23   *   *
24   * $Revision$   * $Revision$
25   * $Log$   * $Log$
26     * Revision 1.8  2005/08/29 02:02:56  aga4096
27     * ・valgrindでエラーが出るのを修正.
28     *
29   * Revision 1.7  2005/03/15 04:49:40  tani   * Revision 1.7  2005/03/15 04:49:40  tani
30   * ライセンス文を追加.   * ライセンス文を追加.
31   *   *
# Line 62  group::group() Line 65  group::group()
65      setValue( &this -> gname, "" );      setValue( &this -> gname, "" );
66      setValue( &this -> desc, "" );      setValue( &this -> desc, "" );
67      groupIndexID = 0;      groupIndexID = 0;
68        itemStorageLimit = 0;
69  }  }
70    
71  group::group( groupid_t gid, const char* gname, const char* desc )  group::group( groupid_t gid, const char* gname, const char* desc )

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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