[GME-commit] GMESRC/Paradigms/MetaGME/MetaInterpreter2004
BON2Component.cpp,1.22,1.23 Component.rc,1.7,1.8 logger.h,1.3,1.4
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Fri Jul 30 19:03:07 CDT 2004
Update of /var/lib/gme/GMESRC/Paradigms/MetaGME/MetaInterpreter2004
In directory braindrain:/tmp/cvs-serv25517/MetaInterpreter2004
Modified Files:
BON2Component.cpp Component.rc logger.h
Log Message:
The last message boxes eliminated.
CVS User: zolmol
Index: BON2Component.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/Paradigms/MetaGME/MetaInterpreter2004/BON2Component.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** BON2Component.cpp 30 Jul 2004 20:24:45 -0000 1.22
--- BON2Component.cpp 30 Jul 2004 23:03:04 -0000 1.23
***************
*** 355,359 ****
if ( Dumper::selectOutputFiles( m_projectName, m_dir) > 1)
{
! TO("Error at startup. Output file name selection or other file operation failed or cancelled by user.");
return;
}
--- 355,359 ----
if ( Dumper::selectOutputFiles( m_projectName, m_dir) > 1)
{
! project->consoleMsg("[MetaInterpreter] Output file name selection cancelled by the user or other file operation failed.", MSG_NORMAL);
return;
}
Index: Component.rc
===================================================================
RCS file: /var/lib/gme/GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Component.rc,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Component.rc 30 Jul 2004 00:10:22 -0000 1.7
--- Component.rc 30 Jul 2004 23:03:04 -0000 1.8
***************
*** 166,176 ****
IDD_EQUIVDIALOG DIALOG DISCARDABLE 0, 0, 199, 226
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
! CAPTION "Name selector dialog"
FONT 8, "MS Sans Serif"
BEGIN
DEFPUSHBUTTON "OK",IDOK,21,207,50,14
PUSHBUTTON "Use metamodel defaults",IDCANCEL,91,207,89,14
! LTEXT "Select the desired name in the first column",IDC_STATIC,
! 7,3,148,8
END
--- 166,177 ----
IDD_EQUIVDIALOG DIALOG DISCARDABLE 0, 0, 199, 226
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
! CAPTION "Name selection for equivalent objects"
FONT 8, "MS Sans Serif"
BEGIN
DEFPUSHBUTTON "OK",IDOK,21,207,50,14
PUSHBUTTON "Use metamodel defaults",IDCANCEL,91,207,89,14
! CONTROL "Select the desired names by clicking in the first column",
! IDC_STATIC,"Static",SS_LEFTNOWORDWRAP | WS_GROUP,7,3,180,
! 8
END
Index: logger.h
===================================================================
RCS file: /var/lib/gme/GMESRC/Paradigms/MetaGME/MetaInterpreter2004/logger.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** logger.h 30 Jul 2004 00:10:22 -0000 1.3
--- logger.h 30 Jul 2004 23:03:04 -0000 1.4
***************
*** 39,42 ****
--- 39,44 ----
inline void TO(const char * msg)
{
+ global_vars.err << MSG_INFO << msg << "\n";
+ #if(0)
#ifdef NOUSERINPUT
ERR_OUT( msg);
***************
*** 48,51 ****
--- 50,54 ----
#endif
TOF(msg);
+ #endif
}
More information about the GME-commit
mailing list