[GME-commit] GMESRC/GME/Gme GMEOLEIt.cpp,1.2,1.3
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Wed Jun 15 23:25:43 CDT 2005
- Previous message: [GME-commit]
GMESRC/Tests/GPyUnit/Regr/Mga/utils Builder.py,NONE,1.1
__init__.py,NONE,1.1 mga2xme.py,NONE,1.1 xme2mga.py,NONE,1.1
- Next message: [GME-commit] GMESRC/GME/MgaDecorators DecoratorDefs.h,1.9,1.10
DecoratorUtil.cpp,1.8,1.9 StereotypeDecorators.cpp,1.14,1.15
StereotypeDecorators.h,1.5,1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /project/gme-repository/GMESRC/GME/Gme
In directory escher:/tmp/cvs-serv19116
Modified Files:
GMEOLEIt.cpp
Log Message:
Wrong parameter used in Duplicate().
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: GMEOLEIt.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Gme/GMEOLEIt.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** GMEOLEIt.cpp 12 May 2005 01:29:25 -0000 1.2
--- GMEOLEIt.cpp 15 Jun 2005 22:25:41 -0000 1.3
***************
*** 1162,1166 ****
CComQIPtr<IMgaModel> model( putInTerr( m_theMgaModel));
THROW_IF_NULL( model, _T("Invalid parent model"));
! CComPtr<IMgaFCO> exist_obj( getChildInByName( model, p_objName));
THROW_IF_NULL( exist_obj, _T("Duplicable object not found"));
cloneObjs( model, exist_obj, "" , p_objName, &obj_ptr);
--- 1162,1166 ----
CComQIPtr<IMgaModel> model( putInTerr( m_theMgaModel));
THROW_IF_NULL( model, _T("Invalid parent model"));
! CComPtr<IMgaFCO> exist_obj( getChildInByName( model, p_existingObjName));
THROW_IF_NULL( exist_obj, _T("Duplicable object not found"));
cloneObjs( model, exist_obj, "" , p_objName, &obj_ptr);
- Previous message: [GME-commit]
GMESRC/Tests/GPyUnit/Regr/Mga/utils Builder.py,NONE,1.1
__init__.py,NONE,1.1 mga2xme.py,NONE,1.1 xme2mga.py,NONE,1.1
- Next message: [GME-commit] GMESRC/GME/MgaDecorators DecoratorDefs.h,1.9,1.10
DecoratorUtil.cpp,1.8,1.9 StereotypeDecorators.cpp,1.14,1.15
StereotypeDecorators.h,1.5,1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list