include/CJournal.h

Go to the documentation of this file.
00001 
00019 #ifndef __CJOURNAL_H__
00020 #define __CJOURNAL_H__
00021 
00022 /* Headers */
00023 #include "CComponentDetails.h"
00030 class CJournal:public CComponentDetails {
00031 
00032   public:
00033 
00034     /* Paramterized constructor */
00035     CJournal(string szDescription);
00036 
00037     /* Constructor */
00038     CJournal();
00039 
00040     /* Copy constructor */
00041     CJournal(CJournal & ref);
00042 
00047     CJournal & operator=(CJournal & right);
00048 
00052     ~CJournal();
00053 
00054 
00055   private:
00056 };
00057 #endif

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