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/linkedlist.cpp | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/linkedlist.cpp') diff --git a/src/linkedlist.cpp b/src/linkedlist.cpp index 78a615a..a9902bc 100644 --- a/src/linkedlist.cpp +++ b/src/linkedlist.cpp @@ -1,20 +1,3 @@ -/*************************************************************************** - linkedlist.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 "linkedlist.h" LinkedList::LinkedList( ) -- cgit v1.2.3