diff options
author | cmiller@zippy.cornsilk.net <> | 2007-10-16 16:11:50 -0400 |
---|---|---|
committer | cmiller@zippy.cornsilk.net <> | 2007-10-16 16:11:50 -0400 |
commit | 5a19f077b372d96b301a9a926326fb780d88c5e8 (patch) | |
tree | 8b9e521083780437237f38683ce7cab9518c7e78 /sql/nt_servc.h | |
parent | dee842e093e8cc07cf785b9f06d509face46ed09 (diff) | |
download | mariadb-git-5a19f077b372d96b301a9a926326fb780d88c5e8.tar.gz |
Doxygenize comments.
Diffstat (limited to 'sql/nt_servc.h')
-rw-r--r-- | sql/nt_servc.h | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/sql/nt_servc.h b/sql/nt_servc.h index a3c12569114..525f709388b 100644 --- a/sql/nt_servc.h +++ b/sql/nt_servc.h @@ -1,8 +1,12 @@ -/* ------------------------------------------------------------------------ - Windows NT Service class library - Copyright Abandoned 1998 Irena Pancirov - Irnet Snc - This file is public domain and comes with NO WARRANTY of any kind - -------------------------------------------------------------------------- */ +/** + @file + + @brief + Windows NT Service class library + + Copyright Abandoned 1998 Irena Pancirov - Irnet Snc + This file is public domain and comes with NO WARRANTY of any kind +*/ // main application thread typedef void (*THREAD_FC)(void *); @@ -13,7 +17,7 @@ class NTService NTService(); ~NTService(); - BOOL bOsNT; // true if OS is NT, false for Win95 + BOOL bOsNT; ///< true if OS is NT, false for Win95 //install optinos DWORD dwDesiredAccess; DWORD dwServiceType; |