[sword-cvs] sword/include url.h,1.2,1.3
sword at www.crosswire.org
sword at www.crosswire.org
Thu Jul 15 06:51:56 MST 2004
Committed by: joachim
Update of /cvs/core/sword/include
In directory www:/tmp/cvs-serv10377/include
Modified Files:
url.h
Log Message:
url fix
Index: url.h
===================================================================
RCS file: /cvs/core/sword/include/url.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- url.h 8 Jul 2004 19:30:42 -0000 1.2
+++ url.h 15 Jul 2004 13:51:54 -0000 1.3
@@ -53,7 +53,7 @@
/** All available paramters
* @return The map which contains the parameters and their values
*/
- const std::map< sword::SWBuf, sword::SWBuf >& getParameters() const;
+ std::map< sword::SWBuf, sword::SWBuf > getParameters() const;
/**
* Returns the value of an URL parameter. For the URL "http://www.crosswire.org/index.jsp?page=test&user=nobody" the value of the parameter "page" would be "test".
More information about the sword-cvs
mailing list