Changeset 269 for trunk/include/HandleManager.h
- Timestamp:
- Jul 5, 1999, 9:55:10 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/HandleManager.h
r262 r269 1 /* $Id: HandleManager.h,v 1. 1 1999-07-04 09:36:02 sandervlExp $ */1 /* $Id: HandleManager.h,v 1.2 1999-07-05 07:55:09 phaller Exp $ */ 2 2 3 3 /* … … 51 51 /* all handles to our special pseudo-devices are ORed with this define */ 52 52 /* this allows us to determine quickly how to where to route requests to. */ 53 #define HM_HANDLE_ID 0x DEAD000053 #define HM_HANDLE_ID 0x77770000 54 54 #define HM_HANDLE_MASK 0x0000FFFF 55 55
Note:
See TracChangeset
for help on using the changeset viewer.