[GME-commit]
GMESRC/GME/MgaUtil MgaClosure.cpp,1.4,1.5 MgaUtil.dsp,1.25,1.26
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Tue Sep 28 11:23:55 CDT 2004
- Previous message: [GME-commit] GMESRC/Install Component.idt,1.28,1.29
FeatureComponents.idt,1.20,1.21 File.idt,1.28,1.29
ISComponentExtended.idt,1.21,1.22
ISProductConfigurationInstanceProperty.idt,1.1,NONE
- Next message: [GME-commit]
GMESRC/GME/MgaUtil ClosureDlg.cpp,1.4,1.5 MakeClosure.cpp,1.9,1.10
MakeClosure.h,1.5,1.6 MgaUtil.rc,1.41,1.42
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/gme/GMESRC/GME/MgaUtil
In directory braindrain:/tmp/cvs-serv18419
Modified Files:
MgaClosure.cpp MgaUtil.dsp
Log Message:
Minor change.
In .dsp files unneeded files removed.
CVS User: zolmol
Index: MgaClosure.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/MgaUtil/MgaClosure.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** MgaClosure.cpp 27 Sep 2004 21:50:53 -0000 1.4
--- MgaClosure.cpp 28 Sep 2004 15:23:53 -0000 1.5
***************
*** 5,9 ****
#include "ClosureRes.h"
#include "ClosureSmart.h"
- #include "ClosureSpecDlg.h"
#include "MakeClosure.h"
--- 5,8 ----
***************
*** 104,110 ****
case 2:
{
- BSTR p;
if ( normal_tops)
! COMTHROW( dumper->DumpClosR( *sel_fcos, *sel_folders, PutInBstr( dlg.m_strOutputFile), *top_fcos, *top_folders, *pOptions, p,p) );
else
// dump like in miniproject case from The RootFolder
--- 103,108 ----
case 2:
{
if ( normal_tops)
! COMTHROW( dumper->DumpClosR( *sel_fcos, *sel_folders, PutInBstr( dlg.m_strOutputFile), *top_fcos, *top_folders, *pOptions, 0, *pAcceptingKinds) );
else
// dump like in miniproject case from The RootFolder
Index: MgaUtil.dsp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/MgaUtil/MgaUtil.dsp,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** MgaUtil.dsp 27 Sep 2004 21:50:53 -0000 1.25
--- MgaUtil.dsp 28 Sep 2004 15:23:53 -0000 1.26
***************
*** 143,150 ****
# Begin Source File
- SOURCE=.\ClosurePage.cpp
- # End Source File
- # Begin Source File
-
SOURCE=.\ClosureRes.cpp
# End Source File
--- 143,146 ----
***************
*** 155,162 ****
# Begin Source File
- SOURCE=.\ClosureSpecDlg.cpp
- # End Source File
- # Begin Source File
-
SOURCE=.\colorbtn.cpp
# End Source File
--- 151,154 ----
***************
*** 341,348 ****
# Begin Source File
- SOURCE=.\ClosurePage.h
- # End Source File
- # Begin Source File
-
SOURCE=.\ClosureRes.h
# End Source File
--- 333,336 ----
***************
*** 350,357 ****
SOURCE=.\ClosureSmart.h
- # End Source File
- # Begin Source File
-
- SOURCE=.\ClosureSpecDlg.h
# End Source File
# Begin Source File
--- 338,341 ----
- Previous message: [GME-commit] GMESRC/Install Component.idt,1.28,1.29
FeatureComponents.idt,1.20,1.21 File.idt,1.28,1.29
ISComponentExtended.idt,1.21,1.22
ISProductConfigurationInstanceProperty.idt,1.1,NONE
- Next message: [GME-commit]
GMESRC/GME/MgaUtil ClosureDlg.cpp,1.4,1.5 MakeClosure.cpp,1.9,1.10
MakeClosure.h,1.5,1.6 MgaUtil.rc,1.41,1.42
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list