~ubuntu-branches/ubuntu/warty/synaptic/warty

« back to all changes in this revision

Viewing changes to common/rconfiguration.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2002-04-04 12:23:30 UTC
  • Revision ID: james.westby@ubuntu.com-20020404122330-il87fkpjajirckb2
Tags: upstream-0.16
ImportĀ upstreamĀ versionĀ 0.16

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
#ifndef _RCONFIGURATION_H_
 
4
#define _RCONFIGURATION_H_
 
5
 
 
6
#include <string>
 
7
#include <fstream.h>
 
8
 
 
9
 
 
10
class Configuration;
 
11
 
 
12
bool RWriteConfigFile(Configuration &Conf);
 
13
 
 
14
bool RInitConfiguration(string confFileName);
 
15
 
 
16
bool RReadFilterData(Configuration &config);
 
17
bool RFilterDataOutFile(ofstream &out);
 
18
 
 
19
#endif