X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fobjects%2Fcalendarobject%2FCalendarObject.h;h=3851ccc991733ced27f1a98578ee30a831afa3f9;hb=bc279ac7db5d98e02baa98ef9a9373a79539419b;hp=affdcd64b1bb3765ca9ea62aaffdce77fc7ea71d;hpb=feee46cd739cb77e2adac508832f13b7b6d1b75f;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,