/*========================================================================= Program: FusionViewer Module: $RCSfile: ImageProvider.cpp,v $ Language: C++ Date: $Date: 2006/08/10 17:38:46 $ Version: $Revision: 1.1.1.1 $ Copyright (c) Insightful Corporation. All rights reserved. See Copyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notice for more information. =========================================================================*/ #include "stdafx.h" #include "ImageProvider.h" // -------------------------------------------------------------------------- // ~ImageProvider // -------------------------------------------------------------------------- // Empty virtual destructor. ImageProvider::~ImageProvider() { }