summaryrefslogtreecommitdiff
path: root/dxr3log.h
diff options
context:
space:
mode:
authoraustriancoder <austriancoder>2004-09-13 16:23:16 +0000
committeraustriancoder <austriancoder>2004-09-13 16:23:16 +0000
commit05bc5bd2466f42a18fe467ee611f0a2e42bade39 (patch)
treec330021f2c5bc1b9d15c8d8dd8b13a6fa7ed29a5 /dxr3log.h
parent433938312aba894f3487064387a59336f0e76acc (diff)
downloadvdr-plugin-dxr3-05bc5bd2466f42a18fe467ee611f0a2e42bade39.tar.gz
vdr-plugin-dxr3-05bc5bd2466f42a18fe467ee611f0a2e42bade39.tar.bz2
added and converted comments into a doxygen friendly format
Diffstat (limited to 'dxr3log.h')
-rw-r--r--dxr3log.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/dxr3log.h b/dxr3log.h
index b09e86e..bfabfe6 100644
--- a/dxr3log.h
+++ b/dxr3log.h
@@ -82,12 +82,12 @@ public:
}
private:
- std::ofstream m_LogStream;
- bool m_LogOpen;
- bool m_ForeFlush;
-
+ std::ofstream m_LogStream; ///< Our logstream
+ bool m_LogOpen; ///< Is log open?
+ bool m_ForeFlush; ///< Do we want to flush log everytime?
+
void Open(std::string Filename); // with this function we open our logfile
- void Close(); // with this function we close our logfile
+ void Close(); // with this function we close our logfile
};