diff options
Diffstat (limited to 'vio/docs/CodingStyle')
-rw-r--r-- | vio/docs/CodingStyle | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/vio/docs/CodingStyle b/vio/docs/CodingStyle deleted file mode 100644 index 7231b369d18..00000000000 --- a/vio/docs/CodingStyle +++ /dev/null @@ -1,8 +0,0 @@ -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); - |