
Go to the source code of this file.
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 | |
| 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().


1.5.4