[Wavelet-commit] Wavelet/WImage FileName.hh,1.5,1.6
Status: Beta
Brought to you by:
herbert
From: Herbert M. D. <he...@us...> - 2009-04-08 19:50:02
|
Update of /cvsroot/wavelet/Wavelet/WImage In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv32379/WImage Modified Files: FileName.hh Log Message: added mimetype guessing function to filetype class Index: FileName.hh =================================================================== RCS file: /cvsroot/wavelet/Wavelet/WImage/FileName.hh,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** FileName.hh 8 Apr 2009 19:34:48 -0000 1.5 --- FileName.hh 8 Apr 2009 19:49:56 -0000 1.6 *************** *** 58,61 **** --- 58,65 ---- * the file type */ inline filetype guess (void) const { return m_ftype; } + /** Return a mime type for the guessed type. + * @return + * the mime type, empty string if none was found */ + const char * guessedMimeType (void) const; /** Return the file name. * @return |