Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

filelists.h

Go to the documentation of this file.
00001 #pragma once
00002 
00027 #ifndef __FILELISTS_H__
00028 #define __FILELISTS_H__
00029 
00030 // INCLUDES
00031 #include "filelist.h"
00032 
00033 // USINGS
00034 using std::string;
00035 
00037 class filelist_win: public filelist
00038 {
00039         // Member functions.
00040 public:
00041     filelist_win(const string& FileRoute);
00042     virtual ~filelist_win(void);
00043     virtual void FindFiles(const string& FileRoute);
00044 };
00045 #endif // __FILELISTS_H__

doxygen sourceforge id3lib