OGR
|
#include <ogrmutexeddatasource.h>
OGRMutexedDataSource class protects all virtual methods of OGRDataSource with a mutex. If the passed mutex is NULL, then no locking will be done.
Note that the constructors and destructors are not explicitly protected by the mutex.