[GME-commit] GMESRC/SDK/BON BON2Component.cpp,1.4,1.5
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Mon Sep 20 12:16:03 CDT 2004
- Previous message: [GME-commit] GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Asp
AspectPage.cpp,1.2,1.3 AspectPage.h,1.3,1.4
AspectSpecDlg.cpp,1.7,1.8 AspectSpecDlg.h,1.3,1.4
AspectSpecTbl.cpp,1.3,1.4 NameSpecTbl.cpp,1.2,1.3
- Next message: [GME-commit] GMESRC/GME/Common CommonError.cpp,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/gme/GMESRC/SDK/BON
In directory braindrain:/tmp/cvs-serv4864
Modified Files:
BON2Component.cpp
Log Message:
Autocommit set to false for Add-ons. (Bugfix)
CVS User: zolmol
Index: BON2Component.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/SDK/BON/BON2Component.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** BON2Component.cpp 3 Feb 2004 10:53:05 -0000 1.4
--- BON2Component.cpp 20 Sep 2004 16:16:01 -0000 1.5
***************
*** 86,89 ****
--- 86,92 ----
void Component::invokeEx( Project& project, FCO& currentFCO, const std::set<FCO>& setSelectedFCOs, long lParam )
{
+ #ifdef GME_ADDON
+ project->setAutoCommit( false);
+ #endif
// ======================
// Insert application specific code here
- Previous message: [GME-commit] GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Asp
AspectPage.cpp,1.2,1.3 AspectPage.h,1.3,1.4
AspectSpecDlg.cpp,1.7,1.8 AspectSpecDlg.h,1.3,1.4
AspectSpecTbl.cpp,1.3,1.4 NameSpecTbl.cpp,1.2,1.3
- Next message: [GME-commit] GMESRC/GME/Common CommonError.cpp,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list