diff options
author | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-09-28 13:08:14 +0000 |
---|---|---|
committer | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-09-28 13:08:14 +0000 |
commit | e26a817c9cd81e767dd5e34417921e11c274f723 (patch) | |
tree | acff6def065f6e42ebcf633eb521f4d89c2d0d46 /muggle-plugin/mg_tools.h | |
parent | c4d2c11bf9a89765d252d2851059610e858aa640 (diff) | |
download | vdr-plugin-muggle-e26a817c9cd81e767dd5e34417921e11c274f723.tar.gz vdr-plugin-muggle-e26a817c9cd81e767dd5e34417921e11c274f723.tar.bz2 |
Formatting and documentation issues
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@190 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle-plugin/mg_tools.h')
-rw-r--r-- | muggle-plugin/mg_tools.h | 29 |
1 files changed, 7 insertions, 22 deletions
diff --git a/muggle-plugin/mg_tools.h b/muggle-plugin/mg_tools.h index 3307e3e..7785ece 100644 --- a/muggle-plugin/mg_tools.h +++ b/muggle-plugin/mg_tools.h @@ -32,10 +32,15 @@ MYSQL_RES* mgSqlReadQuery( MYSQL *db, const char *fmt, ... ); * * \todo Could be a member of mgDatabase? */ -void mgSqlWriteQuery( MYSQL *db, const char *fmt, ... ); +void mgSqlWriteQuery( MYSQL *db, const char *fmt, ... ); -/*! \brief Logging utilities */ +/*! + * \brief Logging utilities + * + * \todo these could be static members in the mgLog class + * \todo code of these functions should be compiled conditionally + */ //@{ void mgSetDebugLevel(int new_level); void mgDebug(int level, const char *fmt, ...); @@ -92,24 +97,4 @@ class mgLog }; -/* -------------------- begin CVS log --------------------------------- - * $Log: mg_tools.h,v $ - * Revision 1.4 2004/08/30 14:31:43 LarsAC - * Documentation added - * - * Revision 1.3 2004/05/28 15:29:18 lvw - * Merged player branch back on HEAD branch. - * - * Revision 1.2.2.2 2004/04/18 14:08:41 lvw - * Added some more logging/debugging code - * - * Revision 1.2.2.1 2004/04/09 16:14:48 lvw - * Added further code for logging/debugging. - * - * Revision 1.2 2004/02/02 22:48:04 MountainMan - * added CVS $Log - * - * - * --------------------- end CVS log ---------------------------------- - */ #endif /* _MUGGLE_TOOLS_H */ |