X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fobjects%2Fcalendarobject%2FCalendarObject.h;h=3851ccc991733ced27f1a98578ee30a831afa3f9;hb=09b6f63fcf82da7f17de11626985f5c9fbc35de2;hp=affdcd64b1bb3765ca9ea62aaffdce77fc7ea71d;hpb=2aaefa82333f137a9ee954d513ab8046bc698c41;p=xestiacalendar%2F.git diff --git a/source/objects/calendarobject/CalendarObject.h b/source/objects/calendarobject/CalendarObject.h index affdcd6..3851ccc 100644 --- a/source/objects/calendarobject/CalendarObject.h +++ b/source/objects/calendarobject/CalendarObject.h @@ -21,6 +21,11 @@ enum CalendarObjectLoadResult { CALENDAROBJECTLOAD_CANNOTOPEN }; +enum CalendarObjectSaveResult { + CALENDAROBJECTSAVE_UNITTESTFAIL = -1, + CALENDAROBJECTSAVE_OK, +}; + enum CalendarObjectValidResult{ CALENDAROBJECTVALID_UNITTESTFAIL = -1, CALENDAROBJECTVALID_OK,