summaryrefslogtreecommitdiff
path: root/Stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'Stream.h')
-rw-r--r--Stream.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Stream.h b/Stream.h
index f8a392c..5d9b94a 100644
--- a/Stream.h
+++ b/Stream.h
@@ -33,8 +33,10 @@ class Stream: XmlObject
{
public:
Stream(Poco::XML::Node* pNode);
+ Stream() {};
public:
+ bool m_bSelected;
int m_iID;
int m_iStreamType;
int m_iIndex;
@@ -44,6 +46,8 @@ public:
std::string m_sLanguage;
std::string m_sLanguageCode;
StreamType m_eStreamType;
+
+ std::string GetSetStreamQuery();
};
}