- Timestamp:
- 21/05/10 15:00:40 (21 months ago)
- Location:
- trunk/ARBDB
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/ARBDB/ad_prot.h
r6656 r6665 239 239 void GB_exit_gb(void); 240 240 void GB_init_gb(void); 241 int GB_open_DBs(void); 241 242 void GB_atclose(GBDATA *gbd, void (*fun)(GBDATA *gb_main, void *client_data), void *client_data); 242 243 void GB_close(GBDATA *gbd); -
trunk/ARBDB/arbdb.cxx
r6663 r6665 333 333 } 334 334 335 int GB_open_DBs() { 336 return gb_local ? gb_local->openedDBs-gb_local->closedDBs : 0; 337 } 338 335 339 GB_ERROR gb_unfold(GBCONTAINER *gbd, long deep, int index_pos) { 336 340 /*! get data from server.
