Changeset 15588 for gsdl/trunk/src


Ignore:
Timestamp:
2008-05-20T11:27:16+12:00 (16 years ago)
Author:
mdewsnip
Message:

(Adding new DB support) Changed the "gdbmhome" to "dbhome".

Location:
gsdl/trunk/src/protocol
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/protocol/nullproto.cpp

    r15450 r15588  
    4545// collectset has been added to the protocol with set_collectset()
    4646void nullproto::add_collection (const text_t &collection, void *recpt,
    47                 const text_t &gsdlhome, const text_t &gdbmhome) {     
     47                const text_t &gsdlhome, const text_t &dbhome) {     
    4848 
    4949  if (cset != NULL) {
  • gsdl/trunk/src/protocol/nullproto.h

    r15450 r15588  
    4444  // add_collectserver
    4545  virtual void add_collection (const text_t &collection, void *recpt,
    46                    const text_t &gsdlhome, const text_t &gdbmhome);
     46                   const text_t &gsdlhome, const text_t &dbhome);
    4747
    4848  void set_collectset(collectset *set) { this->cset = set; }
  • gsdl/trunk/src/protocol/recptproto.cpp

    r15450 r15588  
    3030// add collection server to protocol
    3131void recptproto::add_collection (const text_t &/*collection*/, void * /*recpt*/,
    32                  const text_t &/*gsdlhome*/, const text_t &/*gdbmhome*/) {
     32                 const text_t &/*gsdlhome*/, const text_t &/*dbhome*/) {
    3333}
    3434
  • gsdl/trunk/src/protocol/recptproto.h

    r15450 r15588  
    5656  // add collection server to protocol
    5757  virtual void add_collection (const text_t &collection, void *recpt,
    58                    const text_t &gsdlhome, const text_t &gdbmhome);
     58                   const text_t &gsdlhome, const text_t &dbhome);
    5959
    6060  virtual void remove_collection (const text_t &collection, ostream &logout);
Note: See TracChangeset for help on using the changeset viewer.