/*  Copyright (c) MediaArea.net SARL. All Rights Reserved.
 *
 *  Use of this source code is governed by a BSD-style license that can
 *  be found in the License.html file in the root of the source tree.
 */

//---------------------------------------------------------------------------
#ifndef File__Duplicate__BaseH
#define File__Duplicate__BaseH
//---------------------------------------------------------------------------

//---------------------------------------------------------------------------
#include "MediaInfo/File__Analyze.h"
#include <map>
//---------------------------------------------------------------------------

namespace MediaInfoLib
{

//***************************************************************************
// Class File__Duplicate__Base
//***************************************************************************

class File__Duplicate__Base
{
public :
    //Constructor/Destructor
    File__Duplicate__Base();
    //~File__Duplicate__Base();

};


} //NameSpace

#endif
