+ 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
+8 -2
View File
@@ -13,6 +13,8 @@
class BPositionIO;
namespace BPrivate {
namespace Storage {
namespace Sniffer {
class Err;
@@ -33,6 +35,10 @@ private:
Pattern *fPattern;
};
}
}; // namespace Sniffer
}; // namespace Storage
}; // namespace BPrivate
#endif // _SNIFFER_R_PATTERN_H
#endif // _SNIFFER_R_PATTERN_H