We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed85c7 commit e6ee958Copy full SHA for e6ee958
src/common/ipc/IpcNamedSignal.h
@@ -45,7 +45,7 @@ namespace Firebird {
45
46
47
// An event in Windows, a semaphore in POSIX.
48
-class IpcNamedSignal
+class IpcNamedSignal final
49
{
50
public:
51
explicit IpcNamedSignal(const string& name);
src/common/ipc/IpcSharedSignal.h
@@ -42,7 +42,7 @@
42
namespace Firebird {
43
44
-class IpcSharedSignal
+class IpcSharedSignal final
explicit IpcSharedSignal();
0 commit comments