[commit] r1166 - trunk/SDK/BON/Wizard/Templates/1033

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Wed Feb 9 16:30:45 CST 2011


Author: ksmyth
Date: Wed Feb  9 16:30:45 2011
New Revision: 1166

Log:
Disable AutoCommit for addons

Modified:
   trunk/SDK/BON/Wizard/Templates/1033/BON2Component.cpp

Modified: trunk/SDK/BON/Wizard/Templates/1033/BON2Component.cpp
==============================================================================
--- trunk/SDK/BON/Wizard/Templates/1033/BON2Component.cpp	Wed Feb  9 15:29:47 2011	(r1165)
+++ trunk/SDK/BON/Wizard/Templates/1033/BON2Component.cpp	Wed Feb  9 16:30:45 2011	(r1166)
@@ -54,6 +54,9 @@
 {
 	// ======================
 	// Insert application specific code here
+#ifdef GME_ADDON
+	project->setAutoCommit( false);
+#endif
 }
 
 // ====================================================


More information about the gme-commit mailing list