X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fapplication.h;h=0c139a64b4bc0f18c9377c6e541fb3f2a1b03d08;hp=f71493842ef74cd0df7a118e9c9dc380596b2066;hb=2ed3358fafdd7189637b9db4d20d7fb725b7a122;hpb=a88e762b4ea4a3696ecc0431237f54090a5aa1e2 diff --git a/src/application.h b/src/application.h index f7149384..0c139a64 100644 --- a/src/application.h +++ b/src/application.h @@ -1,7 +1,7 @@ /* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 Copyright (C) 2004-2008 Tord Romstad (Glaurung author) - Copyright (C) 2008 Marco Costalba + Copyright (C) 2008-2010 Marco Costalba, Joona Kiiski, Tord Romstad Stockfish is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -29,18 +29,11 @@ class Application { Application(); Application(const Application&); + ~Application(); public: static void initialize(); static void exit_with_failure(); - - ~Application(); - -private: - static Application& instance(); - - void init(); - void deallocateAll(); }; #endif // !defined(APPLICATION_H_INCLUDED)