Ignore:
Timestamp:
2001-02-01T15:33:14+13:00 (23 years ago)
Author:
sjboddie
Message:

Fixed another couple of things that got lost when the corba branch
was integrated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/nullproto.h

    r1860 r1892  
    3838  collectset           *cset;
    3939public:
     40  nullproto();
    4041  virtual ~nullproto();
    4142
    4243  // add_collection sets up the collectionserver and calls
    4344  // add_collectserver
    44   // virtual void add_collection (const text_t &collection, void *recpt,
    45   //                         const text_t &gsdlhome, const text_t &gdbmhome);
     45  virtual void add_collection (const text_t &collection, void *recpt,
     46                   const text_t &gsdlhome, const text_t &gdbmhome);
    4647
    47   // add_collectserver should be called for each collection server
    48   // before any configuration is done
    4948  void set_collectset(collectset *set) { this->cset = set; }
    5049
Note: See TracChangeset for help on using the changeset viewer.