+ 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:
@@ -17,7 +17,8 @@
|
||||
struct resource_info;
|
||||
struct PEFContainerHeader;
|
||||
|
||||
namespace StorageKit {
|
||||
namespace BPrivate {
|
||||
namespace Storage {
|
||||
|
||||
class Exception;
|
||||
struct MemArea;
|
||||
@@ -123,6 +124,9 @@ ResourceFile::_GetUInt32(uint32 value)
|
||||
return (fHostEndianess ? value : B_SWAP_INT32(value));
|
||||
}
|
||||
|
||||
}; // namespace StorageKit
|
||||
}; // namespace Storage
|
||||
}; // namespace BPrivate
|
||||
|
||||
#endif // _RESOURCE_FILE_H
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user