[GME-commit] GMESRC/GME/MgaDecorators BitmapUtil.cpp,1.7,1.8
Log messages of CVS commits
gme-commit at list.isis.vanderbilt.edu
Wed Feb 13 15:24:00 CST 2008
Update of /project/gme-repository/GMESRC/GME/MgaDecorators
In directory escher:/tmp/cvs-serv7992/GME/MgaDecorators
Modified Files:
BitmapUtil.cpp
Log Message:
1. PartBrowser ActiveX control
2. Drag-drop support PartBrowserbol kozvetlenul a treeview-ba (AggregateTreeCtrl.cpp)
3. Java-s kodok az Eclipse-es kiserletezesi prototipushoz
CVS User: (csaba)
Index: BitmapUtil.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/MgaDecorators/BitmapUtil.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** BitmapUtil.cpp 21 Sep 2005 14:23:38 -0000 1.7
--- BitmapUtil.cpp 13 Feb 2008 21:23:58 -0000 1.8
***************
*** 396,400 ****
{
delete m_pImage;
! m_pImage = 0;
}
}
--- 396,400 ----
{
delete m_pImage;
! m_pImage = NULL;
}
}
***************
*** 435,439 ****
{
delete m_pImage;
! m_pImage = 0;
}
}
--- 435,439 ----
{
delete m_pImage;
! m_pImage = NULL;
}
}
***************
*** 472,475 ****
--- 472,476 ----
{
delete m_pBitmap;
+ m_pBitmap = NULL;
}
More information about the GME-commit
mailing list