main.cpp
Go to the documentation of this file.
00001 #include "Server.h"
00002 #include <QCoreApplication>
00003 
00004 using namespace server;
00005 
00006 int main(int argc, char** argv){
00007         
00008         QCoreApplication app(argc, argv);
00009 
00010     Server s(argc, argv);
00011 
00012         //for(;;)
00013         //      ;
00014         //system("pause");
00015         return app.exec();
00016 }


tcp_command
Author(s): Hunter Allen
autogenerated on Mon Oct 6 2014 08:35:12