00001 /* 00002 * event.h 00003 * semaine 00004 * 00005 * Created by Marc Schröder on 29.08.08. 00006 * Copyright 2008 __MyCompanyName__. All rights reserved. 00007 * 00008 */ 00009 00010 #ifndef SEMAINE_CMS_EVENT_H 00011 #define SEMAINE_CMS_EVENT_H 00012 00013 #include <string> 00014 00015 const std::string SEMAINE_CMS_EVENT_START = "start"; 00016 const std::string SEMAINE_CMS_EVENT_END = "end"; 00017 const std::string SEMAINE_CMS_EVENT_SINGLE = "single"; 00018 00019 #endif 00020