Ignore:
Timestamp:
2000-07-13T10:21:53+12:00 (24 years ago)
Author:
sjboddie
Message:

merged changes to trunk into New_Config_Format branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/New_Config_Format-branch/gsdl/lib/cfgread.cpp

    r1076 r1279  
    2828/*
    2929   $Log$
     30   Revision 1.8.2.1  2000/07/12 22:20:52  sjboddie
     31   merged changes to trunk into New_Config_Format branch
     32
     33   Revision 1.9  2000/07/05 21:49:22  sjboddie
     34   Receptionist now caches collection information to avoid making multiple
     35   get_collectinfo calls to collection server
     36
    3037   Revision 1.8  2000/04/06 19:57:57  cs025
    3138   Correcting a correction - reinstated all lib files due to silly
     
    5663
    5764#include "cfgread.h"
    58 
    59 void collectioninfo_t::clear () {
    60   gsdl_gsdlhome.clear();
    61   gsdl_gdbmhome.clear();
    62 }
    6365
    6466int write_ini_line (ofstream &fileout, const text_t &key, const text_t value) {
Note: See TracChangeset for help on using the changeset viewer.