aboutsummaryrefslogtreecommitdiff
path: root/src/connectionmonitor.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-10-31 00:31:43 +0000
committerMike Buland <eichlan@xagasoft.com>2006-10-31 00:31:43 +0000
commit58cccdbe67f6e1966116b3d2f4c83d77863daadc (patch)
tree1b8f82cfc0e986dacb504818052ef13bc4b55bcf /src/connectionmonitor.cpp
parentfa6e658f87726b4108e8019805a2b3387d6d8517 (diff)
downloadlibbu++-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 'src/connectionmonitor.cpp')
-rw-r--r--src/connectionmonitor.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/connectionmonitor.cpp b/src/connectionmonitor.cpp
index 1b49f5d..14e46f7 100644
--- a/src/connectionmonitor.cpp
+++ b/src/connectionmonitor.cpp
@@ -1,20 +1,3 @@
1/***************************************************************************
2 connectionmonitor.cpp - description
3 -------------------
4 begin : Mon Sep 8 2003
5 copyright : (C) 2003 by Mike Buland
6 email : eichlan@yf-soft.com
7 ***************************************************************************/
8
9/***************************************************************************
10 * *
11 * This program is free software; you can redistribute it and/or modify *
12 * it under the terms of the GNU General Public License as published by *
13 * the Free Software Foundation; either version 2 of the License, or *
14 * (at your option) any later version. *
15 * *
16 ***************************************************************************/
17
18#include "connectionmonitor.h" 1#include "connectionmonitor.h"
19 2
20ConnectionMonitor::ConnectionMonitor(){ 3ConnectionMonitor::ConnectionMonitor(){