Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added initial versions of CalendarEventObject.
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Wed, 13 Jan 2016 21:37:27 +0000 (21:37 +0000)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Wed, 13 Jan 2016 21:37:27 +0000 (21:37 +0000)
source/objects/calendarevent/CalendarEvent.cpp [new file with mode: 0644]
source/objects/calendarevent/CalendarEvent.h [new file with mode: 0644]

diff --git a/source/objects/calendarevent/CalendarEvent.cpp b/source/objects/calendarevent/CalendarEvent.cpp
new file mode 100644 (file)
index 0000000..3d73561
--- /dev/null
@@ -0,0 +1,7 @@
+#include "CalendarEvent.h"
+
+CalendarObjectValidResult CalendarEventObject::ValidObject(){
+    return CALENDAROBJECTVALID_UNITTESTFAIL;
+  
+} 
diff --git a/source/objects/calendarevent/CalendarEvent.h b/source/objects/calendarevent/CalendarEvent.h
new file mode 100644 (file)
index 0000000..d1b75d8
--- /dev/null
@@ -0,0 +1,7 @@
+#include "../calendarobject/CalendarObject.h"
+
+class CalendarEventObject: public CalendarObject{
+  
+    CalendarObjectValidResult ValidObject();
+  
+};
\ No newline at end of file
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy