Changes between Initial Version and Version 1 of Ticket #6432, comment 2


Ignore:
Timestamp:
Apr 4, 2016, 7:59:17 AM (8 years ago)
Author:
Kurt Schwehr

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6432, comment 2

    initial v1  
    44
    55{{{#!C++
    6 #if defined(__cplusplus) && __cplusplus >= 201103L
     6#if __cplusplus >= 201103L
    77#include <mutex>
    88
     
    2020    // deregistration.
    2121
    22 #if defined(__cplusplus) && __cplusplus >= 201103L
     22#if __cplusplus >= 201103L
    2323    std::lock_guard<std::mutex> oLock(oDeleteMutex);
    2424#endif