New vio file

This commit is contained in:
monty@donna.mysql.com 2000-11-29 05:10:03 +02:00
commit 53d7c3064b
2 changed files with 246 additions and 0 deletions

8
vio/docs/CodingStyle Normal file
View file

@ -0,0 +1,8 @@
Roughly the same as "Linux Kernel Coding Style", which is
included in file LinuxKernelCodingStyle.
Some methods are meant to be used as set/get, for example, there
are:
virtual bool Vio::blocking();
virtual int Vio::blocking(bool block);