diff options
author | unknown <cmiller@zippy.cornsilk.net> | 2007-10-16 16:11:50 -0400 |
---|---|---|
committer | unknown <cmiller@zippy.cornsilk.net> | 2007-10-16 16:11:50 -0400 |
commit | 94e41712130a838e72876785d880e62dbda6ca0c (patch) | |
tree | 8b9e521083780437237f38683ce7cab9518c7e78 /sql/nt_servc.h | |
parent | 4a0ec7864ea5c97bb51954c26674f1b6db04b13f (diff) | |
download | mariadb-git-94e41712130a838e72876785d880e62dbda6ca0c.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; |