![]() |
TAPs 0.7.7.3
|
00001 /****************************************************************************** 00002 TAPsUsefulFns.hpp 00003 00004 Contains useful functions (global scope in TAPs::Fn namespace). 00005 00006 SUKITTI PUNAK (08/24/2006) 00007 UPDATE (08/24/2006) 00008 ******************************************************************************/ 00009 #ifndef TAPs_USEFUL_FUNCTION_HPP 00010 #define TAPs_USEFUL_FUNCTION_HPP 00011 00012 #include "../Core/TAPsLib.hpp" 00013 00014 BEGIN_NAMESPACE_TAPs__Fn 00015 //============================================================================= 00016 class UsefulFn { 00017 //============================================================================= 00018 public: 00019 //------------------------------------------------------------------------- 00024 static void ChangeFileNameExtension ( 00025 char * newFileName, // O/P 00026 const char * currentFileName, // I/P 00027 const char * newExtension // I/P 00028 ); 00029 //------------------------------------------------------------------------- 00030 }; // END CLASS UsefulGlobalFns 00031 //============================================================================= 00032 END_NAMESPACE_TAPs__Fn 00033 //----------------------------------------------------------------------------- 00034 // Include definition if TAPs_USE_EXPORT is not defined 00035 #if !defined( TAPs_USE_EXPORT ) 00036 #include "TAPsUsefulFns.cpp" 00037 #endif 00038 //----------------------------------------------------------------------------- 00039 #endif 00040 //34567890123456789012345678901234567890123456789012345678901234567890123456789 00041 //--+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----