From 3830a1001b808c883d97602be4107a8a92c44a8b Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 24 May 2009 14:56:05 +0200 Subject: Falsche Destruktor-Deklaration entfernt --- src/modules/SystemBackendPosix/SystemBackendPosix.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/SystemBackendPosix/SystemBackendPosix.h b/src/modules/SystemBackendPosix/SystemBackendPosix.h index 3cdb43c..e462b43 100644 --- a/src/modules/SystemBackendPosix/SystemBackendPosix.h +++ b/src/modules/SystemBackendPosix/SystemBackendPosix.h @@ -44,8 +44,6 @@ class SystemBackendPosix : public Common::SystemBackend { virtual void reboot() throw(Net::Exception); public: - ~SystemBackendPosix(); - static void registerBackend() { if(backend) return; -- cgit v1.2.3