Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/criteria.cc

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

revision 1.4 by tani, Tue Mar 15 04:49:40 2005 UTC revision 1.5 by aga4096, Mon Aug 29 02:02:56 2005 UTC
# Line 23  Line 23 
23   *   *
24   * $Revision$   * $Revision$
25   * $Log$   * $Log$
26     * Revision 1.5  2005/08/29 02:02:56  aga4096
27     * ・valgrindでエラーが出るのを修正.
28     *
29   * Revision 1.4  2005/03/15 04:49:40  tani   * Revision 1.4  2005/03/15 04:49:40  tani
30   * ライセンス文を追加.   * ライセンス文を追加.
31   *   *
# Line 67  orderby::orderby( const char* column = " Line 70  orderby::orderby( const char* column = "
70   *   *
71   */   */
72  orderby::~orderby( ){  orderby::~orderby( ){
73      delete this -> column;      delete[] this -> column;
74  }  }
75            
76  /**  /**

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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