include/COrganizer.h

Go to the documentation of this file.
00001 
00016 #ifndef __CALORGANIZER__H_
00017 #define __CALORGANIZER__H_
00018 
00019 /* Headers */
00020 #include "CParticipant.h"
00021 
00027 class COrganizer:public CParticipant {
00028 
00029   public:
00030 
00034     COrganizer();
00035 
00039     COrganizer & operator=(COrganizer & right);
00040 
00044     COrganizer(COrganizer & Orgref);
00045 
00046     /* Destructor */
00047     ~COrganizer();
00048 
00049 
00050 };
00051 
00052 #endif

Generated on Tue Feb 24 16:21:31 2009 for calendar-backend by  doxygen 1.5.1