Game Accessibility Library logo SourceForge.net Logo
Game Accessibility Suite: CAT/CATWindowHook.cpp Source File

CATWindowHook.cpp

Go to the documentation of this file.
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 }

Generated on Mon Feb 11 04:09:49 2008 for Game Accessibility Suite by doxygen 1.5.4