source: branches/corba/gsdl/lib/cnfgator.h@ 13242

Last change on this file since 13242 was 1068, checked in by cs025, 24 years ago

First corba additions: new files

  • Property svn:keywords set to Author Date Id Revision
File size: 287 bytes
Line 
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.