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/programlink.cpp | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/programlink.cpp') diff --git a/src/programlink.cpp b/src/programlink.cpp index de13be8..21c6fe4 100644 --- a/src/programlink.cpp +++ b/src/programlink.cpp @@ -1,20 +1,3 @@ -/*************************************************************************** - programlink.cpp - description - ------------------- - begin : Sat Sep 6 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 "programlink.h" #include "programchain.h" -- cgit v1.2.3