24 #ifndef __IAdobeBasicJobMetaData_h__ 25 #define __IAdobeBasicJobMetaData_h__ 27 #include "IPMUnknown.h" 28 #include "MetaDataID.h" 63 Job(
const Job& other) : fName(other.fName), fId(other.fId) { }
85 return fName == other.fName && fId == other.fId;
114 enum { kDefaultIID = IID_IADOBEBASICJOBMETADATA };
129 #endif // __IAdobeBasicJobMetaData_h__