2 * Copyright 2005, Haiku, Inc.
3 * Distributed under the terms of the MIT License.
6 * Axel Dörfler, axeld@pinc-software.de
8 #ifndef SERVER_TOKEN_SPACE_H
9 #define SERVER_TOKEN_SPACE_H
12 #include <TokenSpace.h>
15 using BPrivate::BTokenSpace
;
17 const int32 kCursorToken
= 3;
18 const int32 kBitmapToken
= 4;
19 const int32 kPictureToken
= 5;
20 const int32 kRemoteDrawingEngineToken
= 6;
23 extern BTokenSpace gTokenSpace
;
25 #endif /* SERVER_TOKEN_SPACE_H */