[commit] r1363 - trunk/GME/Parser

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Wed Jun 15 10:54:05 CDT 2011


Author: ksmyth
Date: Wed Jun 15 10:54:04 2011
New Revision: 1363

Log:
Change typelib name to MGAParserLib

Modified:
   trunk/GME/Parser/MetaParser.h
   trunk/GME/Parser/MgaDumper.h
   trunk/GME/Parser/MgaParser.h
   trunk/GME/Parser/Parser.cpp
   trunk/GME/Parser/ParserLib.idl

Modified: trunk/GME/Parser/MetaParser.h
==============================================================================
--- trunk/GME/Parser/MetaParser.h	Wed Jun 15 10:40:32 2011	(r1362)
+++ trunk/GME/Parser/MetaParser.h	Wed Jun 15 10:54:04 2011	(r1363)
@@ -15,7 +15,7 @@
 	public CComObjectRootEx<CComSingleThreadModel>,
 	public CComCoClass<CMgaMetaParser, &CLSID_MgaMetaParser>,
 	public ISupportErrorInfoImpl<&IID_IMgaMetaParser>,
-	public IDispatchImpl<IMgaMetaParser, &IID_IMgaMetaParser, &LIBID_PARSERLib>,
+	public IDispatchImpl<IMgaMetaParser, &IID_IMgaMetaParser, &LIBID_MGAParserLib>,
 	public IGMEVersionInfoImpl,
 	public CGenParser
 {

Modified: trunk/GME/Parser/MgaDumper.h
==============================================================================
--- trunk/GME/Parser/MgaDumper.h	Wed Jun 15 10:40:32 2011	(r1362)
+++ trunk/GME/Parser/MgaDumper.h	Wed Jun 15 10:54:04 2011	(r1363)
@@ -36,7 +36,7 @@
 	public CComObjectRootEx<CComSingleThreadModel>,
 	public CComCoClass<CMgaDumper, &CLSID_MgaDumper>,
 	public ISupportErrorInfoImpl<&IID_IMgaDumper>,
-	public IDispatchImpl<IMgaDumper, &IID_IMgaDumper, &LIBID_PARSERLib>,
+	public IDispatchImpl<IMgaDumper, &IID_IMgaDumper, &LIBID_MGAParserLib>,
 	public IGMEVersionInfoImpl
 {
 public:

Modified: trunk/GME/Parser/MgaParser.h
==============================================================================
--- trunk/GME/Parser/MgaParser.h	Wed Jun 15 10:40:32 2011	(r1362)
+++ trunk/GME/Parser/MgaParser.h	Wed Jun 15 10:54:04 2011	(r1363)
@@ -32,7 +32,7 @@
 	public CComObjectRootEx<CComSingleThreadModel>,
 	public CComCoClass<CMgaParser, &CLSID_MgaParser>,
 	public ISupportErrorInfoImpl<&IID_IMgaParser>,
-	public IDispatchImpl<IMgaParser, &IID_IMgaParser, &LIBID_PARSERLib>,
+	public IDispatchImpl<IMgaParser, &IID_IMgaParser, &LIBID_MGAParserLib>,
 	public IGMEVersionInfoImpl,
 	public CGenParser
 {

Modified: trunk/GME/Parser/Parser.cpp
==============================================================================
--- trunk/GME/Parser/Parser.cpp	Wed Jun 15 10:40:32 2011	(r1362)
+++ trunk/GME/Parser/Parser.cpp	Wed Jun 15 10:54:04 2011	(r1363)
@@ -65,7 +65,7 @@
 #endif
     if (dwReason == DLL_PROCESS_ATTACH)
     {
-        _Module.Init(ObjectMap, hInstance, &LIBID_PARSERLib);
+        _Module.Init(ObjectMap, hInstance, &LIBID_MGAParserLib);
         DisableThreadLibraryCalls(hInstance);
     }
     else if (dwReason == DLL_PROCESS_DETACH)

Modified: trunk/GME/Parser/ParserLib.idl
==============================================================================
--- trunk/GME/Parser/ParserLib.idl	Wed Jun 15 10:40:32 2011	(r1362)
+++ trunk/GME/Parser/ParserLib.idl	Wed Jun 15 10:54:04 2011	(r1363)
@@ -13,7 +13,7 @@
 	version(1.0),
 	helpstring("MGA Parser Type Library")
 ]
-library PARSERLib
+library MGAParserLib
 {
 	importlib("stdole32.tlb");
 	importlib("stdole2.tlb");


More information about the gme-commit mailing list