24 #ifndef __ISTORYLIST__ 25 #define __ISTORYLIST__ 27 #include "IPMUnknown.h" 29 #include "textstoryaccesstypes.h" 47 enum { kDefaultIID = IID_ISTORYLIST };
53 virtual void AddNewStory(
UID story, TextStory_StoryAccess access ) = 0;
57 virtual void ProcessAddNewStory(
UID story, TextStory_StoryAccess access) = 0;
139 virtual bool16 ModifiedStory (
UID Story) = 0;
148 DECLARE_OBJECT_TYPE (TextStory_StoryAccess);
149 #endif // __ISTORYLIST__