[Spice-commits] docs/spice_style.txt

Frediano Ziglio fziglio at kemper.freedesktop.org
Wed May 11 08:49:43 UTC 2016


 docs/spice_style.txt |   19 -------------------
 1 file changed, 19 deletions(-)

New commits:
commit 7f439a8b6cb1791091a216e25a321fae983efb93
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Tue May 10 17:59:57 2016 +0100

    style: remove spice client section
    
    Spice client is no more in this repository and also the style was changed
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Pavel Grunt <pgrunt at redhat.com>

diff --git a/docs/spice_style.txt b/docs/spice_style.txt
index f354c30..738eaf5 100644
--- a/docs/spice_style.txt
+++ b/docs/spice_style.txt
@@ -430,22 +430,3 @@ AutoRef and AutoPtr
 ~~~~~~~~~~~~~~~~~~~
 
 Use `AutoRef` and `AutoPtr` style object for automatic object release. Using those objects simplify function cleanups and exception handling.
-
-Spice client
-------------
-
-#ifdef PLATFORM
-~~~~~~~~~~~~~~~
-
-Use #ifdef <platform> only in cases of different logic that depends on platform. In all other case add common interface (e.g., in platform.h) and keep specific platform implementation in platform directory (e.g.,windows).
-
-Use standard macros
-~~~~~~~~~~~~~~~~~~~
- LOG_INFO
- LOG_WARN
- LOG_ERROR
- ASSERT
- PANIC
- DBG
- THROW
- THROW_ERR


More information about the Spice-commits mailing list