Ignore:
Timestamp:
2001-01-26T07:26:45+13:00 (23 years ago)
Author:
cs025
Message:

Included CORBA branch for first time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/colservrconfig.cpp

    r1285 r1860  
    2222 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2323 *
     24 * $Id$
     25 *
    2426 *********************************************************************/
     27
     28/*
     29   $Log$
     30   Revision 1.4  2001/01/25 18:26:44  cs025
     31   Included CORBA branch for first time
     32
     33   Revision 1.2.2.1  2000/04/04 15:02:31  cs025
     34   Corba first commit
     35
     36   Revision 1.2  1999/09/07 04:57:20  sjboddie
     37   added gpl notice
     38
     39   Revision 1.1  1999/02/21 22:32:55  rjmcnab
     40
     41   Initial revision.
     42
     43 */
     44
    2545
    2646#include "colservrconfig.h"
     
    5373  }
    5474
     75  return cserver.read_configfile(filename);
     76  /*
    5577  // read in the collection configuration file
    5678  text_t key;
     
    7496  }
    7597  return false;
     98  */
    7699}
    77100
     
    91114  }
    92115
     116  return cserver.read_configfile(filename);
     117
     118  /*
    93119  // read in the build configuration file
    94120  text_t key;
     
    112138  }
    113139  return false;
     140  */
    114141}
Note: See TracChangeset for help on using the changeset viewer.