|
From: | Alexander Pipelka <address@hidden> |
Subject: | [paragui-cvs] CVS: paragui/src paragui.cpp,1.3.6.2,1.3.6.3 |
Date: | Sat, 04 Jan 2003 16:13:42 -0500 |
Update of /cvsroot/paragui/paragui/src In directory subversions:/tmp/cvs-serv24897/src Modified Files: Tag: devel-1-0 paragui.cpp Log Message: - kicked version to 1.0.4 - added "using namespace std;" to paraconfig.h - removed all std:: prefixes - removed std:: hacks for gcc, mwerks compilers (no longer needed due to default namespace std) Index: paragui.cpp =================================================================== RCS file: /cvsroot/paragui/paragui/src/paragui.cpp,v retrieving revision 1.3.6.2 retrieving revision 1.3.6.3 diff -C2 -r1.3.6.2 -r1.3.6.3 *** paragui.cpp 31 May 2002 15:08:46 -0000 1.3.6.2 --- paragui.cpp 4 Jan 2003 21:13:39 -0000 1.3.6.3 *************** *** 33,39 **** namespace PG_Info { ! static std::string Version = VERSION; ! static std::string Homepage = "http://www.paragui.org"; ! static std::string Licence = "LGPL (Lesser General Public Licence)"; const char* GetVersion() { --- 33,39 ---- namespace PG_Info { ! static string Version = VERSION; ! static string Homepage = "http://www.paragui.org"; ! static string Licence = "LGPL (Lesser General Public Licence)"; const char* GetVersion() {
[Prev in Thread] | Current Thread | [Next in Thread] |