@@ -657,7 +657,7 @@ static const unsigned char temp_binary_data_0[] = | |||||
const char* JUCEAppIcon_png = (const char*) temp_binary_data_0; | const char* JUCEAppIcon_png = (const char*) temp_binary_data_0; | ||||
const char* getNamedResource (const char* resourceNameUTF8, int& numBytes) noexcept | |||||
const char* getNamedResource (const char* resourceNameUTF8, int& numBytes) | |||||
{ | { | ||||
unsigned int hash = 0; | unsigned int hash = 0; | ||||
if (resourceNameUTF8 != 0) | if (resourceNameUTF8 != 0) | ||||
@@ -684,7 +684,7 @@ const char* originalFilenames[] = | |||||
"JUCEAppIcon.png" | "JUCEAppIcon.png" | ||||
}; | }; | ||||
const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8) noexcept | |||||
const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8) | |||||
{ | { | ||||
for (unsigned int i = 0; i < (sizeof (namedResourceList) / sizeof (namedResourceList[0])); ++i) | for (unsigned int i = 0; i < (sizeof (namedResourceList) / sizeof (namedResourceList[0])); ++i) | ||||
{ | { | ||||
@@ -22,9 +22,9 @@ namespace BinaryData | |||||
// If you provide the name of one of the binary resource variables above, this function will | // If you provide the name of one of the binary resource variables above, this function will | ||||
// return the corresponding data and its size (or a null pointer if the name isn't found). | // return the corresponding data and its size (or a null pointer if the name isn't found). | ||||
const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) noexcept; | |||||
const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes); | |||||
// If you provide the name of one of the binary resource variables above, this function will | // If you provide the name of one of the binary resource variables above, this function will | ||||
// return the corresponding original, non-mangled filename (or a null pointer if the name isn't found). | // return the corresponding original, non-mangled filename (or a null pointer if the name isn't found). | ||||
const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8) noexcept; | |||||
const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8); | |||||
} | } |
@@ -657,7 +657,7 @@ static const unsigned char temp_binary_data_0[] = | |||||
const char* juce_icon_png = (const char*) temp_binary_data_0; | const char* juce_icon_png = (const char*) temp_binary_data_0; | ||||
const char* getNamedResource (const char* resourceNameUTF8, int& numBytes) noexcept | |||||
const char* getNamedResource (const char* resourceNameUTF8, int& numBytes) | |||||
{ | { | ||||
unsigned int hash = 0; | unsigned int hash = 0; | ||||
if (resourceNameUTF8 != 0) | if (resourceNameUTF8 != 0) | ||||
@@ -684,7 +684,7 @@ const char* originalFilenames[] = | |||||
"juce_icon.png" | "juce_icon.png" | ||||
}; | }; | ||||
const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8) noexcept | |||||
const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8) | |||||
{ | { | ||||
for (unsigned int i = 0; i < (sizeof (namedResourceList) / sizeof (namedResourceList[0])); ++i) | for (unsigned int i = 0; i < (sizeof (namedResourceList) / sizeof (namedResourceList[0])); ++i) | ||||
{ | { | ||||
@@ -22,9 +22,9 @@ namespace BinaryData | |||||
// If you provide the name of one of the binary resource variables above, this function will | // If you provide the name of one of the binary resource variables above, this function will | ||||
// return the corresponding data and its size (or a null pointer if the name isn't found). | // return the corresponding data and its size (or a null pointer if the name isn't found). | ||||
const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) noexcept; | |||||
const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes); | |||||
// If you provide the name of one of the binary resource variables above, this function will | // If you provide the name of one of the binary resource variables above, this function will | ||||
// return the corresponding original, non-mangled filename (or a null pointer if the name isn't found). | // return the corresponding original, non-mangled filename (or a null pointer if the name isn't found). | ||||
const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8) noexcept; | |||||
const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8); | |||||
} | } |
@@ -7583,7 +7583,7 @@ static const unsigned char temp_binary_data_60[] = | |||||
const char* RecentFilesMenuTemplate_nib = (const char*) temp_binary_data_60; | const char* RecentFilesMenuTemplate_nib = (const char*) temp_binary_data_60; | ||||
const char* getNamedResource (const char* resourceNameUTF8, int& numBytes) noexcept | |||||
const char* getNamedResource (const char* resourceNameUTF8, int& numBytes) | |||||
{ | { | ||||
unsigned int hash = 0; | unsigned int hash = 0; | ||||
if (resourceNameUTF8 != 0) | if (resourceNameUTF8 != 0) | ||||
@@ -7790,7 +7790,7 @@ const char* originalFilenames[] = | |||||
"RecentFilesMenuTemplate.nib" | "RecentFilesMenuTemplate.nib" | ||||
}; | }; | ||||
const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8) noexcept | |||||
const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8) | |||||
{ | { | ||||
for (unsigned int i = 0; i < (sizeof (namedResourceList) / sizeof (namedResourceList[0])); ++i) | for (unsigned int i = 0; i < (sizeof (namedResourceList) / sizeof (namedResourceList[0])); ++i) | ||||
{ | { | ||||
@@ -202,9 +202,9 @@ namespace BinaryData | |||||
// If you provide the name of one of the binary resource variables above, this function will | // If you provide the name of one of the binary resource variables above, this function will | ||||
// return the corresponding data and its size (or a null pointer if the name isn't found). | // return the corresponding data and its size (or a null pointer if the name isn't found). | ||||
const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) noexcept; | |||||
const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes); | |||||
// If you provide the name of one of the binary resource variables above, this function will | // If you provide the name of one of the binary resource variables above, this function will | ||||
// return the corresponding original, non-mangled filename (or a null pointer if the name isn't found). | // return the corresponding original, non-mangled filename (or a null pointer if the name isn't found). | ||||
const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8) noexcept; | |||||
const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8); | |||||
} | } |