* Update ref count later in _AddReplicant and add one check to be sure we checked all possible errors.

* Moved new statics to the cpp file as it seems we don't usually expose such internals in our public headers


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29443 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Alexandre Deckner
2009-03-08 16:08:03 +00:00
parent 4e5971527e
commit 3fd2ea61ce
2 changed files with 27 additions and 27 deletions
-8
View File
@@ -9,10 +9,6 @@
#include <Handler.h>
#include <List.h>
#include <Locker.h>
#include <String.h>
#include <map>
#include <utility>
class BDataIO;
class BPoint;
@@ -127,10 +123,6 @@ class BShelf : public BHandler {
bool fAllowZombies;
bool fTypeEnforced;
typedef std::map<BString, std::pair<image_id, int32> > LoadedImageMap;
static LoadedImageMap sLoadedImages;
static BLocker sLoadedImageMapLocker;
uint32 _reserved[8];
};