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/collectserver.h

    r1285 r1860  
    2222 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2323 *
     24 * $Id$
     25 *
    2426 *********************************************************************/
    2527
     
    2830#define COLLECTSERVER_H
    2931
     32// Library header files
    3033#include "gsdlconf.h"
    3134#include "text_t.h"
     
    3437#include "source.h"
    3538#include "cfgread.h"
     39#include "cnfgable.h"
    3640
    3741#if defined(GSDL_USE_OBJECTSPACE)
     
    6064
    6165
    62 class collectserver {
     66class collectserver : public configurable {
    6367protected:
    6468  colservrconf configinfo;
Note: See TracChangeset for help on using the changeset viewer.