Ignore:
Timestamp:
2009-04-02T17:29:57+13:00 (15 years ago)
Author:
ak19
Message:
  1. Dr Bainbridge added in virtual destructors and a semi-colon at the end of a function signature was removed in order to remove a compilation error about the virtual table (undefined reference to vtable). 2. The oaiconfig variable in metaformat.h has been set to NULL in the destructor. Hopefully something else is deleting it.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/oaiservr/metaformat.h

    r10738 r18875  
    3737  void    set_configuration(oaiconfig *config) { this->oaiConfigure = config; }
    3838  text_t  get_mapping(const text_t &collection, const text_t &collectionField);
    39 
     39  virtual ~metaformat() { this->oaiConfigure = NULL; }
    4040};
    4141
Note: See TracChangeset for help on using the changeset viewer.