Main Page   Class Hierarchy   Compound List   File List   Compound Members  

winmess.h

00001 /*
00002         WINMessage
00003         WINMES.H
00004 */
00005 
00006 #ifndef _WINMESS_
00007 #define _WINMESS_
00008 
00009 #ifdef __GNUG__
00010 #pragma interface
00011 #endif
00012 
00013 #include "gdsmes.h"
00014 
00015 class WINMessage : public GDSMessage
00016 {
00017         private:
00018         public:
00019                 WINMessage();
00020                 ~WINMessage();
00021                 void error                      (char *text, char *title);
00022                 void info                       (char *text, char *title);
00023                 void text                       (char *text, char *title);
00024                 void debug                      (char *text, char *title);
00025                 int      question_yesno (char *text, char *title);
00026 };
00027 #endif
00028 
winmess.h Source File -- Thu Nov 28 21:24:56 2002 -- 28 Nov 2002 -- 1.2.18 -- -- . -- Main Page