Browse CVS Repository
Diff of /xoonips/AL/commonal.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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) |
| 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=" |
| 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 |
|
|
| |