+ 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:
Tyler Dauwalder
2002-08-12 08:42:01 +00:00
parent 82b7566525
commit 09d84e61b6
75 changed files with 589 additions and 336 deletions
+6 -2
View File
@@ -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