From 69f7ffa70863bef2be4cae08c466b5d97a627277 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 30 Jan 2008 17:34:35 +0000 Subject: accomodate the new modules --- src/common/path.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/common/path.h (limited to 'src/common/path.h') diff --git a/src/common/path.h b/src/common/path.h deleted file mode 100644 index 43b07d2..0000000 --- a/src/common/path.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - common/path.h - This file is part of the Osirion project and is distributed under - the terms of the GNU General Public License version 2 -*/ - -#ifndef __INCLUDED_PATH_H__ -#define __INCLUDED_PATH_H__ - -// C++ headers -#include -#include - -namespace common { - -/// a class to create directories -class Path -{ -public: - static bool exists(std::string path); - static void create(std::string path); -}; // class Path - -} // namespace common - -#endif // __INCLUDED_PATH_H__ -- cgit v1.2.3