Move stuff out of arch using a registration system modeled after Screen.

This commit is contained in:
Steve Checkoway
2006-11-18 19:34:28 +00:00
parent 2202eb8547
commit 6365e3607f
21 changed files with 243 additions and 199 deletions
@@ -13,6 +13,8 @@
#include "archutils/Darwin/PumpDevice.h"
#include <IOKit/IOMessage.h>
REGISTER_INPUT_HANDLER_CLASS( Carbon );
void InputHandler_Carbon::QueueCallBack( void *target, int result, void *refcon, void *sender )
{
// The result seems useless as you can't actually return anything...