[sword-cvs] biblecs swwinlog.h,NONE,1.1 sword.bpr,1.131,1.132 sword.res,1.118,1.119
sword@www.crosswire.org
sword@www.crosswire.org
Tue, 20 Jan 2004 18:28:47 -0700
Update of /cvs/core/biblecs
In directory www:/tmp/cvs-serv13476
Modified Files:
sword.bpr sword.res
Added Files:
swwinlog.h
Log Message:
no message
--- NEW FILE: swwinlog.h ---
/******************************************************************************
* swwinlog.h - definition of SWWinLog-- a derivitive of SWLog used to
* handle logging in the MSWindows environment
*
* $Id: swwinlog.h,v 1.1 2004/01/21 01:28:44 scribe Exp $
*
* Copyright 1998 CrossWire Bible Society (http://www.crosswire.org)
* CrossWire Bible Society
* P. O. Box 2528
* Tempe, AZ 85280-2528
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation version 2.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
*/
//---------------------------------------------------------------------------
#ifndef swwinlogH
#define swwinlogH
//---------------------------------------------------------------------------
#include <swlog.h>
SWORD_NAMESPACE_START
class SWWinLog:public SWLog
{
HWND parent;
public:
SWWinLog (HWND iparent);
virtual void LogWarning (char *fmt, ...);
virtual void LogError (char *fmt, ...);
virtual void LogTimedInformation (char *fmt, ...);
virtual void LogInformation (char *fmt, ...);
};
SWORD_NAMESPACE_END
#endif
Index: sword.bpr
===================================================================
RCS file: /cvs/core/biblecs/sword.bpr,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- sword.bpr 24 Dec 2003 04:06:00 -0000 1.131
+++ sword.bpr 21 Jan 2004 01:28:44 -0000 1.132
@@ -74,7 +74,7 @@
MajorVer=1
MinorVer=5
Release=6
-Build=4
+Build=6
Debug=0
PreRelease=0
Special=0
@@ -86,7 +86,7 @@
[Version Info Keys]
CompanyName=CrossWire Software & Bible Society
FileDescription=Windows 32bit User Interface to The SWORD Project
-FileVersion=1.5.6.4
+FileVersion=1.5.6.6
InternalName=biblecs
LegalCopyright=(c) 1990-2003 CrossWire Bible Society under the terms of the GNU General Public License
LegalTrademarks=
Index: sword.res
===================================================================
RCS file: /cvs/core/biblecs/sword.res,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -d -r1.118 -r1.119
Binary files /tmp/cvsTol7Gy and /tmp/cvs6g5DlV differ