27 #ifndef __PersistUtils__ 28 #define __PersistUtils__ 90 void PreDirtyOverrideAllowDuplicateMessage(
IPMUnknown *pFace,
PMIID overrideIID,
ImplementationID prop = kInvalidImpl, bool16 allowModification = kTrue);
130 bool16 ClassesAreCompatible(
const ClassID& aClass,
const ClassID& bClass);
136 bool16 ClassIsDescendantOf(
const ClassID& anscestor,
const ClassID& descendant);
148 virtual bool Transfer(uchar *buffer, uint32 len) = 0;
174 #endif // __PersistUtils__