Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/commonal.h

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

revision 1.35 by aga4096, Tue Jun 14 01:02:20 2005 UTC revision 1.36 by aga4096, Thu Jun 23 07:58:12 2005 UTC
# Line 36  Line 36 
36  #include "changelog.h"  #include "changelog.h"
37  #include "pubmed.h"  #include "pubmed.h"
38  #include "amazonbook.h"  #include "amazonbook.h"
39    #include "event.h"
40    
41  #if defined( WIN32 )  #if defined( WIN32 )
42  #define EXPORTDLL extern "C" __declspec(dllexport)  #define EXPORTDLL extern "C" __declspec(dllexport)
# Line 43  Line 44 
44  #define EXPORTDLL  #define EXPORTDLL
45  #endif  #endif
46    
47  #define SESSION_TIMEOUT_SEC 3600  #define SESSION_TIMEOUT_SEC 3600 /* <-> xoonips2/xoonips/condefs.php */
48    
49  #define PUBMED_EFETCH_URL_BASE "http://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=pubmed&retmode=xml&id="  #define PUBMED_EFETCH_URL_BASE "http://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=pubmed&retmode=xml&id="
50  #define PUBMED_ESEARCH_URL_BASE "http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=journals&term="  #define PUBMED_ESEARCH_URL_BASE "http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=journals&term="
# Line 201  EXPORTDLL result_t zipCreate( char* zipp Line 202  EXPORTDLL result_t zipCreate( char* zipp
202    
203  EXPORTDLL result_t extractPublicItemId(sessionid_t sid, const itemid_t* iids, int iidsLen, itemid_t **pubilcIids, int* publicIidsLen );  EXPORTDLL result_t extractPublicItemId(sessionid_t sid, const itemid_t* iids, int iidsLen, itemid_t **pubilcIids, int* publicIidsLen );
204  EXPORTDLL result_t extractNonbinderItemId(sessionid_t sid, const itemid_t* iids, int iidsLen, itemid_t **nonbinderIids, int* nonbinderIidsLen );  EXPORTDLL result_t extractNonbinderItemId(sessionid_t sid, const itemid_t* iids, int iidsLen, itemid_t **nonbinderIids, int* nonbinderIidsLen );
205    EXPORTDLL result_t insertEvent( sessionid_t sid, event_t *ev);
206    EXPORTDLL result_t getEvents( sessionid_t sid, event_t** events, int* eventsLen, time_t startTime, time_t endTime );
207    
208  #endif  #endif

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

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