[GME-commit] GMESRC/GME/Parser MgaParserClosureHelper.cpp,1.1,1.2
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Wed Sep 29 17:44:58 CDT 2004
Update of /var/lib/gme/GMESRC/GME/Parser
In directory braindrain:/tmp/cvs-serv26236
Modified Files:
MgaParserClosureHelper.cpp
Log Message:
More warnings.
CVS User: zolmol
Index: MgaParserClosureHelper.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Parser/MgaParserClosureHelper.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** MgaParserClosureHelper.cpp 27 Sep 2004 21:33:01 -0000 1.1
--- MgaParserClosureHelper.cpp 29 Sep 2004 21:44:55 -0000 1.2
***************
*** 187,190 ****
--- 187,208 ----
{
place = m_target;//<!> let's try this
+
+ CComBSTR id, nm, bstr("[Smartcopy Parser] Correct place not found for object: ");
+ bstr.Append( makeNameViewable( GetByName( attributes, "closurename")).c_str());
+ bstr.Append(". Search path used: ");
+ bstr.Append( makeViewable( GetByName(attributes, "closurepath")).c_str());
+ bstr.Append(". Trying to insert into the target object: <A HREF=\"mga:");
+ COMTHROW( place->get_ID( &id));
+ COMTHROW( place->get_Name( &nm));
+ bstr.AppendBSTR( id);
+ bstr.Append("\">");
+ if( nm.Length() != 0)
+ bstr.AppendBSTR( nm);
+ else
+ bstr.Append("emptyname");
+ bstr.Append("</A>.");
+
+ if( m_GME) COMTHROW( m_GME->ConsoleMessage(bstr, MSG_ERROR));
+
place.QueryInterface( place_folder);
place.QueryInterface( place_model);
More information about the GME-commit
mailing list