X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/d7b837d03d47a5ffa60975081a2a7598edc839e3..4f3da8543caacbaf1ce219e547e24a5490bee090:/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