diff options
author | unknown <monty@donna.mysql.com> | 2000-11-29 05:10:03 +0200 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2000-11-29 05:10:03 +0200 |
commit | 98501adef90d44b258b98e0d229ac37ba85e70ee (patch) | |
tree | ffad7ff555a4c4eec745a91a47593aa66b783028 /vio/docs | |
parent | 2c036ff7b95fd7350d9cb207470ae0022b81e76f (diff) | |
download | mariadb-git-98501adef90d44b258b98e0d229ac37ba85e70ee.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); + |