#include "AAURLHandler.h"
#include "tString.h"
#include "nServerInfo.h"
#include "gCommandLineJumpStart.h"
Go to the source code of this file.
Classes | |
class | AAURLHandler |
Functions | |
void | SetupAAURLHandler () |
1) Call before we pass off to Armagetron's main() | |
void | StartAAURLHandler () |
2) Call after everything is initialized. | |
void | CleanupAAURLHandler () |
3) Call before exiting | |
Variables | |
AAURLHandler * | urlhandler |
void CleanupAAURLHandler | ( | ) |
3) Call before exiting
Definition at line 120 of file AAURLHandler.mm.
Referenced by main().
void SetupAAURLHandler | ( | ) |
1) Call before we pass off to Armagetron's main()
Definition at line 110 of file AAURLHandler.mm.
Referenced by main().
00111 { 00112 urlhandler = [[AAURLHandler alloc] init]; 00113 }
void StartAAURLHandler | ( | ) |
2) Call after everything is initialized.
Definition at line 115 of file AAURLHandler.mm.
References AAURLHandler::setShouldConnect:.
Referenced by welcome().
Definition at line 108 of file AAURLHandler.mm.