[GME-commit]
GMESRC/GME/GMEActiveBrowser AggregateContextMenu.cpp,1.18,1.19
GMEActiveBrowser.dsp,1.13,1.14
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Wed Oct 13 11:17:57 CDT 2004
- Previous message: [GME-commit]
GMESRC/GME/Common CommonCollection.h,1.5,1.6 CommonStl.cpp,1.1,1.2
CommonStl.h,1.3,1.4
- Next message: [GME-commit] GMESRC/GME/Gme GME.dsp,1.93,1.94 GMEDoc.cpp,1.24,1.25
GMEDoc.h,1.10,1.11 StdAfx.h,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/gme/GMESRC/GME/GMEActiveBrowser
In directory braindrain:/tmp/cvs-serv20870/GMEActiveBrowser
Modified Files:
AggregateContextMenu.cpp GMEActiveBrowser.dsp
Log Message:
GME ported to STLport
-std:: prefix added to stl classes and methods
CVS User: zolmol
Index: AggregateContextMenu.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/GMEActiveBrowser/AggregateContextMenu.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** AggregateContextMenu.cpp 27 Sep 2004 21:54:46 -0000 1.18
--- AggregateContextMenu.cpp 13 Oct 2004 15:17:54 -0000 1.19
***************
*** 326,330 ****
pMgaContext->CommitTransaction();
}
! catch(hresult_exception &e)
{
pMgaContext->AbortTransaction();
--- 326,330 ----
pMgaContext->CommitTransaction();
}
! catch(hresult_exception &)
{
pMgaContext->AbortTransaction();
Index: GMEActiveBrowser.dsp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/GMEActiveBrowser/GMEActiveBrowser.dsp,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** GMEActiveBrowser.dsp 24 Jul 2004 06:41:53 -0000 1.13
--- GMEActiveBrowser.dsp 13 Oct 2004 15:17:54 -0000 1.14
***************
*** 46,50 ****
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
! # ADD CPP /nologo /MD /W3 /GX /O2 /I "C:\Program Files\Microsoft Visual Studio\VC98\MFC\SRC\\" /I "..\Common" /I "..\include\STL" /I "..\Interfaces" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /FR /Yu"stdafx.h" /FD /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
--- 46,50 ----
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
! # ADD CPP /nologo /MD /W3 /GX /O2 /I "C:\Program Files\Microsoft Visual Studio\VC98\MFC\SRC\\" /I "..\Common" /I "..\include\STLport" /I "..\Interfaces" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /FR /Yu"stdafx.h" /FD /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
***************
*** 56,60 ****
LINK32=link.exe
# ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
! # ADD LINK32 /nologo /base:"0x60400000" /subsystem:windows /dll /debug /machine:I386
# Begin Custom Build - Registering ActiveX Control...
OutDir=.\Release
--- 56,60 ----
LINK32=link.exe
# ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
! # ADD LINK32 /nologo /base:"0x60400000" /subsystem:windows /dll /debug /machine:I386 /libpath:"..\lib"
# Begin Custom Build - Registering ActiveX Control...
OutDir=.\Release
***************
*** 85,89 ****
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c
! # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "C:\Program Files\Microsoft Visual Studio\VC98\MFC\SRC\\" /I "..\Common" /I "..\include\STL" /I "..\Interfaces" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /FR /Yu"stdafx.h" /FD /GZ /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
--- 85,89 ----
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c
! # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "C:\Program Files\Microsoft Visual Studio\VC98\MFC\SRC\\" /I "..\Common" /I "..\include\STLport" /I "..\Interfaces" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /FR /Yu"stdafx.h" /FD /GZ /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
***************
*** 95,99 ****
LINK32=link.exe
# ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
! # ADD LINK32 /nologo /base:"0x60400000" /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
# Begin Custom Build - Registering ActiveX Control...
OutDir=.\Debug
--- 95,99 ----
LINK32=link.exe
# ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
! # ADD LINK32 /nologo /base:"0x60400000" /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\lib"
# Begin Custom Build - Registering ActiveX Control...
OutDir=.\Debug
- Previous message: [GME-commit]
GMESRC/GME/Common CommonCollection.h,1.5,1.6 CommonStl.cpp,1.1,1.2
CommonStl.h,1.3,1.4
- Next message: [GME-commit] GMESRC/GME/Gme GME.dsp,1.93,1.94 GMEDoc.cpp,1.24,1.25
GMEDoc.h,1.10,1.11 StdAfx.h,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list