source: trunk/gsdl/lib/cnfgator.h@ 1860

Last change on this file since 1860 was 1860, checked in by cs025, 23 years ago

Included CORBA branch for first time

  • Property svn:keywords set to Author Date Id Revision
File size: 287 bytes
RevLine 
[1860]1#include <vector.h>
2
3#include "cfgread.h"
4#include "cnfgable.h"
5
6class configurator
7{
8 private:
9 vector<configurable *> configureobjs;
10 public:
11 configurator(configurable *configureobject);
12 bool configure(text_t filename);
13 void add_configurable(configurable *configureobject);
14};
Note: See TracBrowser for help on using the repository browser.