* fhandler.h: Add comment.

This commit is contained in:
Corinna Vinschen 2000-07-23 21:13:05 +00:00
parent c49b9c439c
commit bb7f93f898
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Sun Jul 23 23:11:00 2000 Corinna Vinschen <corinna@vinschen.de>
* fhandler.h: Add comment.
Sun Jul 23 20:00:00 2000 Corinna Vinschen <corinna@vinschen.de>
* fhandler.h (class fhandler_dev_raw): Add private member `varblkop'

View File

@ -39,6 +39,8 @@ details. */
fhandler_windows Windows messages I/O (fhandler_windows.cc)
fhandler_dev_random /dev/[u]random implementation (fhandler_random.cc)
fhandler_proc Interesting possibility, not implemented yet
*/
@ -741,6 +743,7 @@ class fhandler_dev_random: public fhandler_base
protected:
int unit;
HCRYPTPROV crypt_prov;
public:
fhandler_dev_random (const char *name, int unit);
int get_unit () { return unit; }