24 #ifndef __IDocumentLog__ 25 #define __IDocumentLog__ 27 #include "IEnvironment.h" 28 #include "IPMUnknown.h" 30 #include "ShuksanID.h" 32 #include "LocaleSetting.h" 49 enum { kDefaultIID = IID_IDOCUMENTLOG };
141 #if defined(MACINTOSH) 142 fPlatform = kMacintosh;
144 #if defined(_M_AMD64) 154 fAppFS = LocaleSetting::GetLocale().GetFeatureSetId();
176 {
return FormatID(fSystemMajor, fSystemMinor);}
182 {
return fHighestVersionStr;}
200 {
return fTimePosted;}
205 {Copy(other);
return *
this;}
257 virtual bool16
GetEventInfo(int32 i, DocEvent &event)
const = 0;
284 #endif // __IDocumentLog__