+ 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:
@@ -15,7 +15,8 @@
|
||||
#include <Query.h>
|
||||
#include <String.h>
|
||||
|
||||
namespace StorageKit {
|
||||
namespace BPrivate {
|
||||
namespace Storage {
|
||||
|
||||
// QueryNode
|
||||
class QueryNode {
|
||||
@@ -201,6 +202,9 @@ private:
|
||||
BList fNodes;
|
||||
};
|
||||
|
||||
}; // namespace StorageKit
|
||||
}; // namespace Storage
|
||||
}; // namespace BPrivate
|
||||
|
||||
#endif // _QUERY_PREDICATE_H
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user