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/list.cpp | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/list.cpp') diff --git a/src/list.cpp b/src/list.cpp index c8b88c1..18f1a66 100644 --- a/src/list.cpp +++ b/src/list.cpp @@ -1,20 +1,3 @@ -/*************************************************************************** - list.cpp - description - ------------------- - begin : Sun Oct 19 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 "list.h" List::List( ) -- cgit v1.2.3