neilg 2003/12/13 15:35:28
Modified: c/src/xercesc/framework/psvi XSModel.cpp
Log:
fix bug 25494; thanks to Han Ming
Revision Changes Path
1.12 +5 -2 xml-xerces/c/src/xercesc/framework/psvi/XSModel.cpp
Index: XSModel.cpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/psvi/XSModel.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- XSModel.cpp 1 Dec 2003 20:41:47 -0000 1.11
+++ XSModel.cpp 13 Dec 2003 23:35:28 -0000 1.12
@@ -56,6 +56,9 @@
/*
* $Log$
+ * Revision 1.12 2003/12/13 23:35:28 neilg
+ * fix bug 25494; thanks to Han Ming
+ *
* Revision 1.11 2003/12/01 20:41:47 neilg
* do not throw an exception if there is no user-defined registry
*
@@ -574,7 +577,7 @@
namespaceItem = getNamespaceItem(emptyString);
if (namespaceItem)
- namespaceItem->getComponents(objectType);
+ return namespaceItem->getComponents(objectType);
return 0;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]