btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / servers / app / ServerTokenSpace.h
blobdf070aa99a8ddffd02ab3e45adf970a2df87e770
1 /*
2 * Copyright 2005, Haiku, Inc.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Axel Dörfler, axeld@pinc-software.de
7 */
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 */