* Made BTokenSpace not throw any exceptions on memory shortage.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33874 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-11-04 12:19:59 +00:00
parent 8286bcb32e
commit 29e37d8842
2 changed files with 19 additions and 6 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class BTokenSpace : public BLocker {
~BTokenSpace();
int32 NewToken(int16 type, void* object);
void SetToken(int32 token, int16 type, void* object);
bool SetToken(int32 token, int16 type, void* object);
bool RemoveToken(int32 token);
bool CheckToken(int32 token, int16 type) const;