+ 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:
@@ -21,7 +21,8 @@
|
||||
#include "ResourcesDefs.h"
|
||||
//#include "Warnings.h"
|
||||
|
||||
namespace StorageKit {
|
||||
namespace BPrivate {
|
||||
namespace Storage {
|
||||
|
||||
// ELF defs
|
||||
static const uint32 kMaxELFHeaderSize = sizeof(Elf32_Ehdr) + 32;
|
||||
@@ -1232,5 +1233,9 @@ ResourceFile::_MakeEmptyResourceFile()
|
||||
}
|
||||
|
||||
|
||||
}; // namespace StorageKit
|
||||
}; // namespace Storage
|
||||
}; // namespace BPrivate
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user