syncevo-dbus-server: fixed compile error

syncevo-dbus-server provides a logger which cannot be used after forking.
Declare that by adding the isProcessSafe() method.
This commit is contained in:
Patrick Ohly 2010-12-10 16:34:42 +01:00
parent ca6523d8b4
commit dd1713a5cb

View file

@ -1394,6 +1394,8 @@ public:
const char *function,
const char *format,
va_list args);
virtual bool isProcessSafe() const { return false; }
};
/**