diff options
author | danglassey <danglassey> | 2002-10-03 13:01:30 +0000 |
---|---|---|
committer | danglassey <danglassey> | 2002-10-03 13:01:30 +0000 |
commit | 7447953df080deacffa333680dad3f67b7c663be (patch) | |
tree | 2e60c989e4955a1aa50d945da5d1464779464abc /apps/windoze/swwinlog.cpp | |
parent | bf167779c3051180f10188b1a988def048a8d232 (diff) | |
download | sword-sf-cvs-7447953df080deacffa333680dad3f67b7c663be.tar.gz |
sync with crosswire 20021003-1300
Diffstat (limited to 'apps/windoze/swwinlog.cpp')
-rw-r--r-- | apps/windoze/swwinlog.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/windoze/swwinlog.cpp b/apps/windoze/swwinlog.cpp index cf7d8e8..cc668ab 100644 --- a/apps/windoze/swwinlog.cpp +++ b/apps/windoze/swwinlog.cpp @@ -7,7 +7,10 @@ #include <conio.h> #include <stdarg.h> //--------------------------------------------------------------------------- - + + +SWORD_NAMESPACE_START + SWWinLog::SWWinLog(HWND iparent) : SWLog() { parent = iparent; } @@ -72,3 +75,5 @@ void SWWinLog::LogInformation(char *fmt, ...) MessageBox(NULL, msg, "Information", MB_OK); } } + +SWORD_NAMESPACE_END |