summaryrefslogtreecommitdiff
path: root/tools.cpp
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-03 21:43:21 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-03 21:43:21 +0000
commitc5a0ac492575efb83ecc76524ff3c13fe1a9799b (patch)
tree7b4af9bb32c58e5d3aed9ac039180ac7533db052 /tools.cpp
parent95739a127dc2b85fe831ac13553578490fea34b0 (diff)
downloadvdr-plugin-live-c5a0ac492575efb83ecc76524ff3c13fe1a9799b.tar.gz
vdr-plugin-live-c5a0ac492575efb83ecc76524ff3c13fe1a9799b.tar.bz2
- renamed Setup::Get() to LiveSetup()
- added method that fetches plugin class from vdr and gets its setup object - demo code in channels.ecpp
Diffstat (limited to 'tools.cpp')
-rw-r--r--tools.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools.cpp b/tools.cpp
index 3eda4b8..aeaba36 100644
--- a/tools.cpp
+++ b/tools.cpp
@@ -1,5 +1,7 @@
#include <sstream>
#include <stdexcept>
+#include "live.h"
+#include "setup.h"
#include "tools.h"
namespace vdrlive {