many changes :P
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
#ifndef IHASFILE_H
|
||||
#define IHASFILE_H
|
||||
|
||||
#include <string>
|
||||
//#include <string>
|
||||
|
||||
class IHasFile {
|
||||
//class IHasFile {
|
||||
|
||||
public:
|
||||
//public:
|
||||
|
||||
virtual void setFileName(const std::string& file) = 0;
|
||||
// virtual void setFileName(const std::string& file) = 0;
|
||||
|
||||
virtual const std::string& getFileName() const = 0;
|
||||
// virtual const std::string& getFileName() const = 0;
|
||||
|
||||
};
|
||||
//};
|
||||
|
||||
|
||||
#endif // IHASFILE_H
|
||||
|
||||
Reference in New Issue
Block a user