some #include fixes, I think...

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4573 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adi Oanca
2003-09-08 21:04:02 +00:00
parent ab709bea16
commit 1b67ddf851
@@ -31,6 +31,12 @@
#include <List.h> #include <List.h>
#include <Locker.h> #include <Locker.h>
// Local Defines ---------------------------------------------------------------
#define B_PREFERRED_TOKEN -2 /* A little bird told me about this one */
#define B_NULL_TOKEN -1
#define B_ANY_TOKEN 0
#define B_HANDLER_TOKEN 1
/*! /*!
\class TokenHandler TokenHandler.h \class TokenHandler TokenHandler.h
\brief Class to provide tokens with excluded values possible. \brief Class to provide tokens with excluded values possible.