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.1 by youi, Wed Nov 24 06:54:31 2004 UTC revision 1.2 by youi, Sat Nov 27 00:39:57 2004 UTC
# Line 3  Line 3 
3   *   *
4   * $Revision$   * $Revision$
5   * $Log$   * $Log$
6     * Revision 1.2  2004/11/27 00:39:57  youi
7     * orderbyのコンストラクタ内にcolumnメンバ変数の初期化処理を追加.
8     *
9   * Revision 1.1  2004/11/24 06:54:31  youi   * Revision 1.1  2004/11/24 06:54:31  youi
10   * initial version   * initial version
11   *   *
# Line 24  Line 27 
27   *   *
28   */   */
29  orderby::orderby( const char* column = "", int order = orderby::ASC ){  orderby::orderby( const char* column = "", int order = orderby::ASC ){
30        this -> column = 0;
31      setValue( &this -> column, column );      setValue( &this -> column, column );
32      this -> order = order;      this -> order = order;
33      this -> next = 0;      this -> next = 0;

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