From 5d3a66f0b6cc2e9fd6a5dc5815d65d6708050ccc Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 21 Jan 2011 17:34:29 +0100 Subject: remove CCommLayerServer[DBus] classes Signed-off-by: Denys Vlasenko --- src/daemon/Daemon.h | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/daemon/Daemon.h (limited to 'src/daemon/Daemon.h') diff --git a/src/daemon/Daemon.h b/src/daemon/Daemon.h deleted file mode 100644 index d4cf0414..00000000 --- a/src/daemon/Daemon.h +++ /dev/null @@ -1,29 +0,0 @@ -/* - Copyright (C) 2009 Denys Vlasenko (dvlasenk@redhat.com) - Copyright (C) 2009 RedHat inc. - - 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; either version 2 of the License, or - (at your option) any later version. - - 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. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -*/ -#ifndef DAEMON_H_ -#define DAEMON_H_ - -#include -#include "abrt_types.h" -#include "CommLayerServer.h" - -/* Used for sending dbus signals */ -extern CCommLayerServer *g_pCommLayer; - -#endif -- cgit