Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/commonal.cc

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

revision 1.82 by tani, Fri Mar 11 07:11:30 2005 UTC revision 1.83 by orrisroot, Fri Mar 11 20:00:28 2005 UTC
# Line 2  Line 2 
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   *   *
# Line 341  Line 346 
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

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