Changeset 112 for trunk/gsdl/src/recpt


Ignore:
Timestamp:
1999-01-12T14:51:06+13:00 (25 years ago)
Author:
rjmcnab
Message:

Standard header.

Location:
trunk/gsdl/src/recpt
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/cgiargs.cpp

    r108 r112  
    1212/*
    1313   $Log$
     14   Revision 1.2  1999/01/12 01:51:06  rjmcnab
     15
     16   Standard header.
     17
    1418   Revision 1.1  1999/01/08 08:40:54  rjmcnab
    1519
     
    2125
    2226 */
    23 
    24 static char *RCSID = "$Id$";
    2527
    2628
  • trunk/gsdl/src/recpt/recptconfinfo.cpp

    r108 r112  
    11/**********************************************************************
    22 *
    3  * confinfo.cpp -- tools for reading and storing some general types of
    4  *                 configuration data
     3 * recptconfinfo.cpp -- tools for reading and storing configuration data
     4 *                      needed by the receptionist
    55 * Copyright (C) 1999  The New Zealand Digital Library Project
    66 *
     
    1313/*
    1414   $Log$
     15   Revision 1.2  1999/01/12 01:51:06  rjmcnab
     16
     17   Standard header.
     18
    1519   Revision 1.1  1999/01/08 08:41:07  rjmcnab
    1620
     
    2226
    2327
    24 #include "confinfo.h"
     28#include "recptconfinfo.h"
    2529
    2630bool recpt_cfg_info_t::read_cfg_file (const text_t &filename) {
  • trunk/gsdl/src/recpt/recptconfinfo.h

    r108 r112  
    11/**********************************************************************
    22 *
    3  * confinfo.h -- tools for reading and storing some general types of
    4  *               configuration data
     3 * recptconfinfo.h -- tools for reading and storing configuration data
     4 *                    needed by the receptionist
    55 * Copyright (C) 1999  The New Zealand Digital Library Project
    66 *
     
    1212
    1313
    14 #ifndef CONFINFO_H
    15 #define CONFINFO_H
     14#ifndef RECPTCONFINFO_H
     15#define RECPTCONFINFO_H
    1616
    1717
Note: See TracChangeset for help on using the changeset viewer.