#include <ace/OS.h>
class ACE_CE_Bridge {
public:
ACE_CE_Bridge (void);
ACE_CE_Bridge (CWnd *, int notification, int idc);
~ACE_CE_Bridge (void);
void set_window (CWnd *, int notification, int idc);
void set_self_default (void);
int notification (void);
int idc (void);
CWnd *window (void);
static ACE_CE_Bridge *get_default_winbridge (void);
int write_msg (LPCTSTR str);
int write_msg (CString *cs);
private:
CWinThread *control_;
CWnd *text_output_;
int notification_;
int idc_;
ASYS_TCHAR *cmdline_;
static ACE_CE_Bridge *default_text_bridge_;
};
ACE_CE_Bridge (void);
ACE_CE_Bridge (CWnd *, int notification, int idc);
~ACE_CE_Bridge (void);
void set_window (CWnd *, int notification, int idc);
void set_self_default (void);
int notification (void);
int idc (void);
CWnd *window (void);
static ACE_CE_Bridge *get_default_winbridge (void);
int write_msg (LPCTSTR str);
int write_msg (CString *cs);
CWinThread *control_;
CWnd *text_output_;
int notification_;
int idc_;
ASYS_TCHAR *cmdline_;
static ACE_CE_Bridge *default_text_bridge_;
schmidt@cs.wustl.edu
, Jesper S. M|ller
stophph@diku.dk
, and a cast of thousands...