24 #ifndef __ICMSProfileCategoryData__ 26 #define __ICMSProfileCategoryData__ 37 #include "ICMSProfile.h" 39 #include "IPMUnknown.h" 43 #include "ACEColorMgmtID.h" 61 enum { kDefaultIID = IID_ICMSPROFILECATEGORYDATA };
65 virtual void Set(ICMSProfile::profileCategory category) = 0;
67 virtual ICMSProfile::profileCategory GetProfileCategory()
const = 0;
73 #endif // __ICMSProfileCategoryData__