diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-06-25 21:15:55 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-06-25 21:15:55 +0000 |
commit | 3f26c19b0b7a9fa73c58189788972ea43b72f014 (patch) | |
tree | 8f34928a267fb35becdf939d21187a526f235869 /src/linkmessage.cpp | |
parent | 2b0fa89df615cb4789668014475ae64d99e773b5 (diff) | |
download | libbu++-3f26c19b0b7a9fa73c58189788972ea43b72f014.tar.gz libbu++-3f26c19b0b7a9fa73c58189788972ea43b72f014.tar.bz2 libbu++-3f26c19b0b7a9fa73c58189788972ea43b72f014.tar.xz libbu++-3f26c19b0b7a9fa73c58189788972ea43b72f014.zip |
I think the plugger and programchain are all up to date to work with the new
libbu++. The program chain may undergo heavy changes still, or be removed
entirely, but we need it for congo and squirrelmud, so here it is for a while
longer.
The TafWriter isn't much closer, you still only get the groups in the output.
Diffstat (limited to '')
-rw-r--r-- | src/linkmessage.cpp (renamed from src/old/linkmessage.cpp) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/old/linkmessage.cpp b/src/linkmessage.cpp index cf3df42..abe113c 100644 --- a/src/old/linkmessage.cpp +++ b/src/linkmessage.cpp | |||
@@ -1,12 +1,11 @@ | |||
1 | #include "linkmessage.h" | 1 | #include "bu/linkmessage.h" |
2 | #include <string.h> | ||
3 | 2 | ||
4 | LinkMessage::LinkMessage( int nNewMsg ) | 3 | Bu::LinkMessage::LinkMessage( int nNewMsg ) |
5 | { | 4 | { |
6 | nMsg = nNewMsg; | 5 | nMsg = nNewMsg; |
7 | } | 6 | } |
8 | 7 | ||
9 | LinkMessage::~LinkMessage() | 8 | Bu::LinkMessage::~LinkMessage() |
10 | { | 9 | { |
11 | } | 10 | } |
12 | 11 | ||