mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-15 07:14:46 +02:00
latest changes from main repository
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user