Browse CVS Repository
Diff of /xoonips/AL/commonal.cc
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 2 |
* |
* |
| 3 |
* $Revision$ |
* $Revision$ |
| 4 |
* $Log$ |
* $Log$ |
| 5 |
|
* Revision 1.83 2005/03/11 20:00:28 orrisroot |
| 6 |
|
* - Autotoolized XooNiPs Abstract Layer projects. |
| 7 |
|
* - changelog.cc commonal.cc index.cc item.cc : |
| 8 |
|
* included <time.h> header file for undefined data type 'time_t' error. |
| 9 |
|
* |
| 10 |
* Revision 1.82 2005/03/11 07:11:30 tani |
* Revision 1.82 2005/03/11 07:11:30 tani |
| 11 |
* itemid_t配列の長さ(*iidsLen)の初期化処理を追加. |
* itemid_t配列の長さ(*iidsLen)の初期化処理を追加. |
| 12 |
* |
* |
| 346 |
#include <string.h> |
#include <string.h> |
| 347 |
#include <string> |
#include <string> |
| 348 |
#include <assert.h> |
#include <assert.h> |
| 349 |
|
#include <time.h> |
| 350 |
#include <sql.h> |
#include <sql.h> |
| 351 |
#include <sqlext.h> |
#include <sqlext.h> |
| 352 |
#include <libxml/xmlreader.h> |
#include <libxml/xmlreader.h> |
|
|
Legend:
| Removed from v.1.82 |
|
| changed lines |
| |
Added in v.1.83 |
|
|
|