[commit] r1444 - branches/Breaking_COM_Changes/GME/Interfaces

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Tue Jul 26 15:07:26 CDT 2011


Author: ksmyth
Date: Tue Jul 26 15:07:26 2011
New Revision: 1444

Log:
Need a HWND parent for displaying the progress bar as modal and in the correct position

Modified:
   branches/Breaking_COM_Changes/GME/Interfaces/Parser.idl

Modified: branches/Breaking_COM_Changes/GME/Interfaces/Parser.idl
==============================================================================
--- branches/Breaking_COM_Changes/GME/Interfaces/Parser.idl	Tue Jul 26 12:02:27 2011	(r1443)
+++ branches/Breaking_COM_Changes/GME/Interfaces/Parser.idl	Tue Jul 26 15:07:26 2011	(r1444)
@@ -66,19 +66,19 @@
 	HRESULT GetXMLInfo([in] BSTR xmlfile, [out] BSTR *paradigm, [out] BSTR *parversion, [out] VARIANT *parguid, [out] BSTR *basename, [out] BSTR *ver);
 
 	[helpstring("method ParseProject")]
-	HRESULT ParseProject([in] IMgaProject *p, [in] BSTR xmlfile);
+	HRESULT ParseProject([in] IMgaProject *p, [in] BSTR xmlfile, [in] HWND hwndParent);
 
 	[helpstring("method ParseFCO")]
-	HRESULT ParseFCOs([in] IMgaObject *here, [in] BSTR xmlfile);
+	HRESULT ParseFCOs([in] IMgaObject *here, [in] BSTR xmlfile, [in] HWND hwndParent);
 
 	[helpstring("method GetClipXMLInfo")]
 	HRESULT GetClipXMLInfo([in] BSTR xmlfile, [in] IMgaObject *target, [out] VARIANT_BOOL *parguid, [out] BSTR *acckind, [out] BSTR *ver);
 
 	[helpstring("method ParseCLOSURE version 1 - basic")]
-	HRESULT ParseClos1([in] IMgaObject *here, [in] BSTR xmlfile);
+	HRESULT ParseClos1([in] IMgaObject *here, [in] BSTR xmlfile, [in] HWND hwndParent);
 
 	[helpstring("method ParseCLOSURE version 4 - smart")]
-	HRESULT ParseClos4([in] IMgaObject *here, [in] BSTR xmlfile, [in] int options);
+	HRESULT ParseClos4([in] IMgaObject *here, [in] BSTR xmlfile, [in] int options, [in] HWND hwndParent);
 
 };
 


More information about the gme-commit mailing list