mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Doxygenize comments.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user