latest changes from main repository

This commit is contained in:
Guenter Obiltschnig
2007-04-25 08:39:02 +00:00
parent f29f7cda53
commit 3e46ab332b
60 changed files with 1619 additions and 163 deletions

View File

@@ -1,7 +1,7 @@
//
// Path.h
//
// $Id: //poco/Main/Foundation/include/Poco/Path.h#5 $
// $Id: //poco/Main/Foundation/include/Poco/Path.h#6 $
//
// Library: Foundation
// Package: Filesystem
@@ -96,6 +96,10 @@ public:
/// Creates a path from a parent path and a filename.
/// The parent path is expected to reference a directory.
Path(const Path& parent, const char* fileName);
/// Creates a path from a parent path and a filename.
/// The parent path is expected to reference a directory.
Path(const Path& parent, const Path& relative);
/// Creates a path from a parent path and a relative path.
/// The parent path is expected to reference a directory.