X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcer%2Fsrc%2Fsilcerapp.hh;fp=apps%2Fsilcer%2Fsrc%2Fsilcerapp.hh;h=0000000000000000000000000000000000000000;hb=72c2de619079457f7a68100eb13385275a424a23;hp=e0c53b5fb406454bd8dc5bc7a1974b0304b22d6c;hpb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;p=runtime.git diff --git a/apps/silcer/src/silcerapp.hh b/apps/silcer/src/silcerapp.hh deleted file mode 100644 index e0c53b5f..00000000 --- a/apps/silcer/src/silcerapp.hh +++ /dev/null @@ -1,69 +0,0 @@ -/* - - silcerapp.hh - - Author: Pekka Riikonen - - Copyright (C) 2001 Pekka Riikonen - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; version 2 of the License. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - -*/ - -#ifndef SILCERAPP_HH -#define SILCERAPP_HH - -#include "SilcerMainDlg.hh" -#include "silcer_gladehelper.hh" - -#include "silcincludes.h" -#include "silcclient.h" - -#include -#include -#include -#include -#include - -// Forward declarations -class SilcerApp; - -// Global pointer for the application -extern SilcerApp *Silcer_App; - -// Global pointer to the SILC Client Library object -extern SilcClient silc_client; -extern SilcClientConnection silc_client_conn; - -// Silcer class -class SilcerApp : public SigC::Object -{ -public: - SilcerApp(int argc, char **argv); - ~SilcerApp(); - - SilcerMainDlg *_MainDialog; - - void run(); - void quit(); - GladeXML* load_resource(const char *name); - GladeXML* load_resource(const char *name, const char *filename); - -protected: - gint silc_scheduler(); - -private: - Gnome::Main _GnomeApp; - Gnome::Client *_gclient; - string _SourceDir; - string _pix_path; -}; - -#endif /* SILCERAPP_HH */