/*========================================================================= Program: GIFT Image Fusion Filter Module: giftEmpty.cxx Language: C++ Date: 2006/09/13 Version: 1.0 Author: Dan Mueller [d.mueller@qut.edu.au] Copyright (c) 2005 Queensland University of Technology. All rights reserved. See giftCopyright.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 notices for more information. =========================================================================*/ #ifndef __giftEmpty_CXX #define __giftEmpty_CXX namespace gift { // This file is needed so that the GIFT library has at least one CXX file. // If a CXX file is not added to a Library, CMake can not determine which // linker to use and generates an invalid vcproj file. }// end namespace gift #endif