]> err.no Git - sope/blob - sopex/Templates/Project Templates/SOPE/Web Application/WebApp_main.m
updates for SOPE:X 2.x
[sope] / sopex / Templates / Project Templates / SOPE / Web Application / WebApp_main.m
1 //
2 //  ÇPROJECTNAMEÈ_main.m
3 //  ÇPROJECTNAMEÈ
4 //
5 //  Created by ÇFULLUSERNAMEÈ on ÇDATEÈ.
6 //  Copyright (c) ÇYEARÈ ÇORGANIZATIONNAMEÈ. All rights reserved.
7 //
8
9 #ifdef WITHOUT_SOPEX
10 #include <NGObjWeb/NGObjWeb.h>
11 #define SOPEXMain WOApplicationMain
12 #else
13 #include <SOPEX/SOPEX.h>
14 #endif /* WITHOUT_SOPEX */
15
16
17 int main(int argc, const char *argv[]) {
18     return SOPEXMain(@"Application", argc, argv);
19 }