/******************************************************************************
 *
 * Purpose:  Interface. PCIDSK Mutex Class.
 *
 ******************************************************************************
 * Copyright (c) 2009
 * PCI Geomatics, 90 Allstate Parkway, Markham, Ontario, Canada.
 *
 * SPDX-License-Identifier: MIT
 ****************************************************************************/

#include "pcidsk_mutex.h"

namespace PCIDSK
{

    Mutex::~Mutex() = default;

} // end namespace PCIDSK
