Subversion Repositories tpanel

Rev

Rev 45 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 45 Rev 78
Line 53... Line 53...
53
		TError::setErrorMsg("No XML file to read!");
53
		TError::setErrorMsg("No XML file to read!");
54
		MSG_ERROR(TError::getErrorMsg());
54
		MSG_ERROR(TError::getErrorMsg());
55
		return false;
55
		return false;
56
	}
56
	}
57
 
57
 
-
 
58
	MSG_TRACE("Opening XML file " << mFName << " for reading ...");
-
 
59
 
58
	try
60
	try
59
	{
61
	{
60
		ifstream xml(mFName.c_str());
62
		ifstream xml(mFName.c_str());
61
 
63
 
62
		if (!xml)
64
		if (!xml)