24 #ifndef __RsrcSpec_h__ 25 #define __RsrcSpec_h__ 27 #include "PMLocaleId.h" 44 fPluginID(kInvalidPlugin),
51 RsrcSpec(
const RsrcType& type,
const RsrcID& indexOrID, bool16 byID = kTrue) :
53 fPluginID(kInvalidPlugin),
55 fIndexOrID(indexOrID),
61 RsrcSpec(
PluginID pluginID,
const RsrcType& type,
const RsrcID& indexOrID, bool16 byID = kTrue) :
65 fIndexOrID(indexOrID),
75 fIndexOrID(indexOrID),
85 RsrcType
GetType()
const {
return fType; }
99 #endif // __RsrcSpec_h__