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.1 by youi, Mon Nov 22 08:25:16 2004 UTC revision 1.2 by youi, Thu Nov 25 08:58:39 2004 UTC
# Line 3  Line 3 
3   *   *
4   * $Revision$   * $Revision$
5   * $Log$   * $Log$
6     * Revision 1.2  2004/11/25 08:58:39  youi
7     * gname, descをコンストラクタ内で0に初期化.
8     *
9   * Revision 1.1  2004/11/22 08:25:16  youi   * Revision 1.1  2004/11/22 08:25:16  youi
10   * initial version.   * initial version.
11   *   *
# Line 16  Line 19 
19    
20  group::group()  group::group()
21  {  {
22        // charポインタを0で初期値
23        gname = 0;
24        desc = 0;
25        
26      gid = 0;      gid = 0;
27      setValue( &this -> gname, "" );      setValue( &this -> gname, "" );
28      setValue( &this -> desc, "" );      setValue( &this -> desc, "" );

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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