+ Changed StorageKit namespace to BPrivate::Storage
+ Changed Sniffer namespace to BPrivate::Storage::Sniffer git-svn-id: file:///srv/svn/repos/haiku/trunk/current@714 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
#define _STORAGE_SUPPORT_H
|
||||
|
||||
|
||||
namespace StorageKit {
|
||||
namespace BPrivate {
|
||||
namespace Storage {
|
||||
|
||||
//! Returns whether the supplied path is absolute.
|
||||
bool is_absolute_path(const char *path);
|
||||
@@ -37,6 +38,9 @@ status_t check_entry_name(const char *entry);
|
||||
//! Checks whether a path name is a valid path name.
|
||||
status_t check_path_name(const char *path);
|
||||
|
||||
} // namespace StorageKit
|
||||
}; // namespace Storage
|
||||
}; // namespace BPrivate
|
||||
|
||||
#endif // _STORAGE_SUPPORT_H
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user