Revision: 492
http://opde.svn.sourceforge.net/opde/?rev=492&view=rev
Author: volca
Date: 2007-12-26 10:23:19 -0800 (Wed, 26 Dec 2007)
Log Message:
-----------
Fixing an outdated comment
Modified Paths:
--------------
trunk/src/services/link/Relation.h
Modified: trunk/src/services/link/Relation.h
===================================================================
--- trunk/src/services/link/Relation.h 2007-12-26 18:22:51 UTC (rev 491)
+++ trunk/src/services/link/Relation.h 2007-12-26 18:23:19 UTC (rev 492)
@@ -131,9 +131,8 @@
// ----------------- Link query methods --------------------
/** Gets all links that come from source to destination
- * @param src Source object ID, or 0 if any source
+ * @param src Source object ID
* @param dst Destination object ID or 0 if any destination
- * @note only one of the parameters can be zero
* @return LinkQueryResultPtr filled with the query result */
LinkQueryResultPtr getAllLinks(int src, int dst) const;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|