next up previous contents index
Next: Other classes Up: Datahandlers Previous: The class agent

The class archive

The class archive  represents the storage of information. Its interface looks as follows:

interface archive : public datahandler
{
public:
  archive();

  virtual int accept(data* d);
};

Only the member accept has been modified: it just terminates the data objects it receives.



A Eliëns
Mon Jun 1 11:51:50 MET DST 1998