|
@@ -100,14 +100,14 @@ class PPSuperregion : public Persistent
|
|
|
* @param is input stream
|
|
|
* @param format
|
|
|
*/
|
|
|
- void restore (istream & is, int format = 0);
|
|
|
+ void restore (std::istream & is, int format = 0);
|
|
|
|
|
|
/**
|
|
|
* write data to an output stream
|
|
|
* @param os outputstream
|
|
|
* @param format
|
|
|
*/
|
|
|
- void store (ostream & os, int format = 0) const;
|
|
|
+ void store (std::ostream & os, int format = 0) const;
|
|
|
|
|
|
/**
|
|
|
* clear all informations
|