home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2000
/
MacHack 2000.toast
/
pc
/
The Hacks
/
Genie
/
Projects
/
Pedestal
/
Source
/
Sources
/
Event Handlers
/
PedHandlerOpenApp.cc
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-06-24
|
364 b
|
24 lines
/* ====================
* PedHandlerOpenApp.cc
* ====================
*/
#include "PedestalDebugging.h"
#include "PedHandlerOpenApp.hh"
#include "AEADescAppleEvent.hh"
#include "PedApplication.hh"
PedHandlerOpenApp::PedHandlerOpenApp(PedApplication &inApp)
: mApp(inApp)
{
}
void
PedHandlerOpenApp::NotifyAppOpenAppEvent()
{
mApp.NotifyOpenAppEvent();
}