Smoothed naming and other conventions

This commit is contained in:
Kayne Ruse
2013-05-24 00:51:04 +10:00
parent cce1a874bf
commit 0b2af1d80f
21 changed files with 176 additions and 257 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
#include "server.hpp"
#include "server_application.hpp"
#include <stdexcept>
#include <iostream>
@@ -10,7 +10,7 @@ int main(int, char**) {
cout << "Beginning server" << endl;
#endif
try {
Server app;
ServerApplication app;
app.Init();
app.Proc();
app.Quit();