diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-10-31 00:31:43 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-10-31 00:31:43 +0000 |
commit | 58cccdbe67f6e1966116b3d2f4c83d77863daadc (patch) | |
tree | 1b8f82cfc0e986dacb504818052ef13bc4b55bcf /src/tokenstring.cpp | |
parent | fa6e658f87726b4108e8019805a2b3387d6d8517 (diff) | |
download | libbu++-58cccdbe67f6e1966116b3d2f4c83d77863daadc.tar.gz libbu++-58cccdbe67f6e1966116b3d2f4c83d77863daadc.tar.bz2 libbu++-58cccdbe67f6e1966116b3d2f4c83d77863daadc.tar.xz libbu++-58cccdbe67f6e1966116b3d2f4c83d77863daadc.zip |
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.
Diffstat (limited to '')
-rw-r--r-- | src/tokenstring.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/tokenstring.cpp b/src/tokenstring.cpp index 0c861ac..e57ba69 100644 --- a/src/tokenstring.cpp +++ b/src/tokenstring.cpp | |||
@@ -1,12 +1,3 @@ | |||
1 | /*************************************************************************** | ||
2 | * Copyright (C) 2003 by Mike Buland * | ||
3 | * eichlan@Xagafinelle * | ||
4 | * * | ||
5 | * This program is free software; you can redistribute it and/or modify * | ||
6 | * it under the terms of the GNU General Public License as published by * | ||
7 | * the Free Software Foundation; either version 2 of the License, or * | ||
8 | * (at your option) any later version. * | ||
9 | ***************************************************************************/ | ||
10 | #include "tokenstring.h" | 1 | #include "tokenstring.h" |
11 | #include <string.h> | 2 | #include <string.h> |
12 | 3 | ||