Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7620 in orxonox.OLD for branches/qt_gui/src/lib/util/file.h


Ignore:
Timestamp:
May 15, 2006, 3:07:58 PM (18 years ago)
Author:
bensch
Message:

some cool consts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/src/lib/util/file.h

    r7618 r7620  
    3434  const std::string& name() const { return this->_name; };
    3535
    36   bool exists();
    37   bool isLink();      // only on UNIX
    38   bool isFile();
    39   bool isDirectory();
    40   bool isReadeable();
    41   bool isWriteable();
    42   bool isExecutable();
     36  bool exists() const;
     37  bool isLink() const;
     38  bool isFile() const ;
     39  bool isDirectory() const;
     40  bool isReadeable() const;
     41  bool isWriteable() const;
     42  bool isExecutable() const;
    4343
    4444
Note: See TracChangeset for help on using the changeset viewer.