diff options
author | austriancoder <austriancoder> | 2004-09-13 16:23:16 +0000 |
---|---|---|
committer | austriancoder <austriancoder> | 2004-09-13 16:23:16 +0000 |
commit | 05bc5bd2466f42a18fe467ee611f0a2e42bade39 (patch) | |
tree | c330021f2c5bc1b9d15c8d8dd8b13a6fa7ed29a5 /dxr3log.h | |
parent | 433938312aba894f3487064387a59336f0e76acc (diff) | |
download | vdr-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.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 }; |