diff options
author | monty@donna.mysql.com <> | 2000-11-29 05:10:03 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-11-29 05:10:03 +0200 |
commit | 53d7c3064b23f04b04a379181e74b75ff5fc08e0 (patch) | |
tree | ffad7ff555a4c4eec745a91a47593aa66b783028 /vio/docs | |
parent | 08a2c58ed1fb3c11484681d1eabe8906cfd1d001 (diff) | |
download | mariadb-git-53d7c3064b23f04b04a379181e74b75ff5fc08e0.tar.gz |
New vio file
Diffstat (limited to 'vio/docs')
-rw-r--r-- | vio/docs/CodingStyle | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vio/docs/CodingStyle b/vio/docs/CodingStyle new file mode 100644 index 00000000000..7231b369d18 --- /dev/null +++ b/vio/docs/CodingStyle @@ -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); + |