Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8333 in orxonox.OLD


Ignore:
Timestamp:
Jun 12, 2006, 11:47:50 PM (18 years ago)
Author:
bensch
Message:

trunk: some nicer updates

Location:
trunk/src/lib/util/filesys
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/util/filesys/directory.h

    r8332 r8333  
    3434  Directory(const std::string& directoryName = "");
    3535  Directory(const Directory& directory);
    36   ~Directory();
     36  virtual ~Directory();
    3737
    3838  virtual bool open();
  • trunk/src/lib/util/filesys/file.cc

    r8330 r8333  
    2323#include <fstream>
    2424
    25 #ifdef __unix__ 
     25#ifdef __unix__
    2626#include <unistd.h>
    2727#elif __WIN32__ || _MS_DOS_
     
    3030//#include <direct.h>
    3131#endif
    32 
    33 #include <cassert>
    3432
    3533/**
     
    370368  fileName = homeDir + fileName.substr(1);
    371369}
    372 
    373 
    374 #include "file.h"
    375 
    376 
  • trunk/src/lib/util/filesys/file.h

    r8332 r8333  
    99
    1010#include <string>
    11 typedef struct stat;
     11struct stat;
    1212
    1313//! A Class to Handle Files.
Note: See TracChangeset for help on using the changeset viewer.