X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fapplication.h;h=931e2e2bab0437b70e38d68e96601030b88226cd;hp=ca512b1f835a59b83fca97494d167d221d53cbcb;hb=66b751713e1785cc4ae1779318ae2fdafa734add;hpb=bb1b049b83adee0cd1beb30375f313ca2dc7194e diff --git a/src/application.h b/src/application.h index ca512b1f..931e2e2b 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-2009 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,10 +29,10 @@ class Application { Application(); Application(const Application&); - ~Application(); public: static void initialize(); + static void free_resources(); static void exit_with_failure(); };