From 27b694f6e109c78c633ddb8d96f524e46e536f4e Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 9 May 2003 04:15:56 +0000 Subject: 2003-05-08 Havoc Pennington * dbus/dbus-spawn.c: s/_exit/exit/ because it was keeping gcov data from getting written, and there wasn't a good reason to use _exit really. * test/decode-gcov.c (mark_inside_dbus_build_tests): don't count dbus_verbose lines in test coverage (main): add list of functions sorted by # of untested blocks to the coverage report * dbus/dbus-mempool.c: put some test-only code in DBUS_BUILD_TESTS * dbus/dbus-marshal.c (_dbus_marshal_test): extend test coverage * dbus/dbus-message-handler.c (_dbus_message_handler_test): extend test coverage * test/data/auth/cancel.auth-script: test canceling an authentication * dbus/Makefile.am: remove dbus-server-debug.[hc] for now, as they aren't used. in CVS history if we end up needing them. --- dbus/dbus-transport-debug.h | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 dbus/dbus-transport-debug.h (limited to 'dbus/dbus-transport-debug.h') diff --git a/dbus/dbus-transport-debug.h b/dbus/dbus-transport-debug.h deleted file mode 100644 index ced95090..00000000 --- a/dbus/dbus-transport-debug.h +++ /dev/null @@ -1,36 +0,0 @@ -/* -*- mode: C; c-file-style: "gnu" -*- */ -/* dbus-transport-debug.h Debug in-proc subclass of DBusTransport - * - * Copyright (C) 2003 CodeFactory AB - * - * Licensed under the Academic Free License version 1.2 - * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - */ -#ifndef DBUS_TRANSPORT_DEBUG_H -#define DBUS_TRANSPORT_DEBUG_H - -#include - -DBUS_BEGIN_DECLS; - -DBusTransport* _dbus_transport_debug_server_new (DBusTransport *client); -DBusTransport* _dbus_transport_debug_client_new (const char *server_name, - DBusError *error); - -DBUS_END_DECLS; - -#endif /* DBUS_TRANSPORT_DEBUG_H */ -- cgit