* 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user