a file I forgot to check in (sorry Julian)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -110,6 +110,15 @@ private:
|
|||||||
class wxMimeTypesManager
|
class wxMimeTypesManager
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
// static helper functions
|
||||||
|
// -----------------------
|
||||||
|
|
||||||
|
// check if the given MIME type is the same as the other one: the second
|
||||||
|
// argument may contain wildcards ('*'), but not the first. If the
|
||||||
|
// types are equal or if the mimeType matches wildcard the function
|
||||||
|
// returns TRUE, otherwise it returns FALSE
|
||||||
|
static bool IsOfType(const wxString& mimeType, const wxString& wildcard);
|
||||||
|
|
||||||
// ctor
|
// ctor
|
||||||
wxMimeTypesManager();
|
wxMimeTypesManager();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user