Added support for Intel C++ 7.0.
committer: mfx <mfx> 1042686101 +0000
This commit is contained in:
@@ -38,6 +38,9 @@ class MemBuffer;
|
||||
|
||||
class File
|
||||
{
|
||||
protected:
|
||||
File() { }
|
||||
virtual ~File() { }
|
||||
public:
|
||||
static void chmod(const char *name, int mode);
|
||||
static void rename(const char *old_, const char *new_);
|
||||
|
||||
Reference in New Issue
Block a user