mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Random fixes and cleanups
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5297 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
b452bf7051
commit
f727139ebf
22 changed files with 555 additions and 573 deletions
|
@ -23,21 +23,17 @@
|
|||
|
||||
class CFileSearch
|
||||
{
|
||||
public:
|
||||
public:
|
||||
typedef std::vector<std::string>XStringVector;
|
||||
|
||||
typedef std::vector<std::string>XStringVector;
|
||||
CFileSearch(const XStringVector& _rSearchStrings, const XStringVector& _rDirectories);
|
||||
const XStringVector& GetFileNames() const;
|
||||
|
||||
CFileSearch(const XStringVector& _rSearchStrings, const XStringVector& _rDirectories);
|
||||
private:
|
||||
|
||||
const XStringVector& GetFileNames() const;
|
||||
void FindFiles(const std::string& _searchString, const std::string& _strPath);
|
||||
|
||||
|
||||
private:
|
||||
|
||||
void FindFiles(const std::string& _searchString, const std::string& _strPath);
|
||||
|
||||
|
||||
XStringVector m_FileNames;
|
||||
XStringVector m_FileNames;
|
||||
};
|
||||
|
||||
#endif // _FILESEARCH_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue