diff options
Diffstat (limited to 'src/connectionmonitor.cpp')
| -rw-r--r-- | src/connectionmonitor.cpp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/connectionmonitor.cpp b/src/connectionmonitor.cpp new file mode 100644 index 0000000..1b49f5d --- /dev/null +++ b/src/connectionmonitor.cpp | |||
| @@ -0,0 +1,23 @@ | |||
| 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" | ||
| 19 | |||
| 20 | ConnectionMonitor::ConnectionMonitor(){ | ||
| 21 | } | ||
| 22 | ConnectionMonitor::~ConnectionMonitor(){ | ||
| 23 | } | ||
