00001 #include <qapplication.h> 00002 #include "ocopserver.h" 00003 00004 00005 int main( int argc, char* argv[] ) { 00006 QApplication app(argc, argv ); 00007 00008 /* get the server started */ 00009 OCopServer server; 00010 00011 /* enter the event loop */ 00012 return app.exec(); 00013 };
1.4.2