2 * Copyright (c) 2008 Stephan Aßmus <superstippi@gmx.de>. All rights reserved.
3 * Distributed under the terms of the MIT/X11 license.
5 * Copyright (c) 1999 Mike Steed. You are free to use and distribute this software
6 * as long as it is accompanied by it's documentation and this copyright notice.
7 * The software comes with no warranty, etc.
13 #include <Application.h>
18 class App
: public BApplication
{
23 virtual void ArgvReceived(int32 argc
, char** argv
);
24 virtual void RefsReceived(BMessage
* message
);
26 virtual void ReadyToRun();
27 virtual bool QuitRequested();
30 MainWindow
* fMainWindow
;
31 BMessage
* fSavedRefsReceived
;