mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 23:34:34 +01:00
8 lines
240 B
Text
8 lines
240 B
Text
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);
|
|
|