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/linkmessage.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/linkmessage.cpp') diff --git a/src/linkmessage.cpp b/src/linkmessage.cpp index ce838f5..cf3df42 100644 --- a/src/linkmessage.cpp +++ b/src/linkmessage.cpp @@ -1,12 +1,3 @@ -/*************************************************************************** - * Copyright (C) 2003 by Mike Buland * - * 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 "linkmessage.h" #include -- cgit v1.2.3