00001 /// \file CATWindowHook.cpp 00002 /// \brief Hooks windows messages in the current app's top-level window 00003 /// \ingroup CAT 00004 /// 00005 /// Copyright (c) 2007-2008 by Michael Ellison. 00006 /// See COPYING.txt for the \ref gaslicense License (MIT License). 00007 /// 00008 // $Author: mikeellison $ 00009 // $Date: 2008-01-27 01:25:54 -0600 (Sun, 27 Jan 2008) $ 00010 // $Revision: $ 00011 // $NoKeywords: $ 00012 00013 #include "CATWindowHook.h" 00014 00015 00016 CATWindowHook::CATWindowHook() 00017 { 00018 } 00019 00020 CATWindowHook::~CATWindowHook() 00021 { 00022 }