[GME-commit] GMESRC/GME/Gme GMEObjectInspector.cpp,1.13,1.14
GMEObjectInspector.h,1.7,1.8
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Mon Dec 4 18:53:27 CST 2006
Update of /project/gme-repository/GMESRC/GME/Gme
In directory escher:/tmp/cvs-serv4586
Modified Files:
GMEObjectInspector.cpp GMEObjectInspector.h
Log Message:
GetObjects was not implemented.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: GMEObjectInspector.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Gme/GMEObjectInspector.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** GMEObjectInspector.cpp 24 Jul 2004 06:41:53 -0000 1.13
--- GMEObjectInspector.cpp 4 Dec 2006 18:53:25 -0000 1.14
***************
*** 93,96 ****
--- 93,100 ----
}
+ LPUNKNOWN CGMEObjectInspector::GetObjects()
+ {
+ return m_ObjectInspector.GetMgaObject();
+ }
/*
Index: GMEObjectInspector.h
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Gme/GMEObjectInspector.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** GMEObjectInspector.h 12 Jan 2005 17:53:16 -0000 1.7
--- GMEObjectInspector.h 4 Dec 2006 18:53:25 -0000 1.8
***************
*** 50,53 ****
--- 50,54 ----
public:
void SetObjects(LPUNKNOWN pUnknown);
+ LPUNKNOWN GetObjects();
void SetProject(CComPtr<IMgaProject> mgaProject);
void CloseProject();
More information about the GME-commit
mailing list