From 58cccdbe67f6e1966116b3d2f4c83d77863daadc Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 31 Oct 2006 00:31:43 +0000 Subject: Added the new linkmessenger class that will act as a base-class for anything that wants to send messages to a containing programlink. Also fiddled with other things...aparently. --- src/connectionmonitor.cpp | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/connectionmonitor.cpp') diff --git a/src/connectionmonitor.cpp b/src/connectionmonitor.cpp index 1b49f5d..14e46f7 100644 --- a/src/connectionmonitor.cpp +++ b/src/connectionmonitor.cpp @@ -1,20 +1,3 @@ -/*************************************************************************** - connectionmonitor.cpp - description - ------------------- - begin : Mon Sep 8 2003 - copyright : (C) 2003 by Mike Buland - email : eichlan@yf-soft.com - ***************************************************************************/ - -/*************************************************************************** - * * - * 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. * - * * - ***************************************************************************/ - #include "connectionmonitor.h" ConnectionMonitor::ConnectionMonitor(){ -- cgit v1.2.3