X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/d9649564199a7220e70716aa0999c6fddb0efadc..ceb1dcca2b608f56e53188b5bb623755c4eeddbb:/ITHotKeyCenter.h diff --git a/ITHotKeyCenter.h b/ITHotKeyCenter.h index e984bc5..3c8bb4c 100755 --- a/ITHotKeyCenter.h +++ b/ITHotKeyCenter.h @@ -1,14 +1,23 @@ -// -// ITHotKeyCenter.h -// -// Created by Quentin Carnicelli on Sat Aug 02 2003. -// Copyright (c) 2003 iThink Software. All rights reserved. -// +/* + * ITKit + * ITHotKeyCenter + * + * Original Author : Quentin Carnicelli <...> + * Responsibility : Kent Sutherland + * Responsibility : Matthew Judy + * + * Copyright (c) 2002 - 2003 iThink Software. + * All Rights Reserved + * + */ + #import + @class ITHotKey; + @interface ITHotKeyCenter : NSObject { NSMutableDictionary* mHotKeys; //Keys are NSValue of EventHotKeyRef @@ -24,4 +33,5 @@ - (void)sendEvent: (NSEvent*)event; + @end