00001 00002 // 00003 // File: pretend.hh 00004 // $Id: pretend.hh,v 1.1 2001/11/27 22:48:10 garren Exp $ 00005 // Purpose: This is to fake out the gcc -pedantic switch when dealing 00006 // with singleton instances. 00007 // 00008 // Author: Walter Brown 00009 // 00011 00012 #ifndef PRETEND_HH 00013 #define PRETEND_HH 00014 00015 template< class T > 00016 inline 00017 void pretend_to_use( T const & ) 00018 {} 00019 00020 #endif // #ifndef PRETEND_HH