]> err.no Git - sope/blob - sopex/Samples/WOxExtTest/WOExtTest_main.m
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1201 e4a50df8-12e2-0310-a44c...
[sope] / sopex / Samples / WOxExtTest / WOExtTest_main.m
1 //
2 //  WOExtTest_main.m
3 //  WOExtTest
4 //
5 //  Created by Helge Hess on Mon Feb 16 2004.
6 //  Copyright (c) 2004 __MyCompanyName__. 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 int main(int argc, const char *argv[]) {
17     return SOPEXMain(@"Application", argc, argv);
18 }