mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-08 16:48:06 +00:00
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@redhat.com> Acked-by: Pavel Grunt <pgrunt@redhat.com>
This commit is contained in:
parent
4f8fcfa2f6
commit
7f439a8b6c
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user