Error.h

00001 
00004 #ifndef _Error_h
00005 #define _Error_h
00006 
00007 
00008 // SYSTEM INCLUDES
00009 //
00010 
00011 // PROJECT INCLUDES
00012 //
00013 //#include <wx/string.h>
00014 
00015 // LOCAL INCLUDES
00016 //
00017 
00018 // FORWARD REFERENCES
00019 //
00020 
00021 
00022 class Error
00023 {
00024 public:
00025 // LIFECYCLE
00026 
00027 //    /** Konstruktor domyślny.
00028 //     */
00029 //    Error(void);
00030 
00031 
00036     Error(const Error& from);
00037 
00042     Error(const wxString& description);
00043 
00046     ~Error(void);
00047 
00048 
00049 // OPERATORS
00050 
00057     Error&                     operator=(const Error& from);
00058 
00059 // OPERATIONS
00060 // ACCESS
00061 
00064     const wxString&             What() const;
00065 
00066 // INQUIRY
00067 
00068 protected:
00069     wxString mDescription;  
00070 private:
00071 };
00072 
00073 // INLINE METHODS
00074 //
00075 
00076 // EXTERNAL REFERENCES
00077 //
00078 
00079 #endif  // _Error_h

Wygenerowano Fri Sep 29 21:04:47 2006 dla EduOptim2 programem  doxygen 1.4.6