Browse CVS Repository
Diff of /xoonips/AL/criteria.cc
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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 |
* |
* |
| 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 |
|
|
|