[Gislite-admins] SF.net SVN: gislite: [14]
Status: Planning
Brought to you by:
ctomasin
|
From: <cto...@us...> - 2007-09-06 17:11:45
|
Revision: 14
http://gislite.svn.sourceforge.net/gislite/?rev=14&view=rev
Author: ctomasin
Date: 2007-09-06 10:11:48 -0700 (Thu, 06 Sep 2007)
Log Message:
-----------
Tagged version 0.1 presented to september, 7th 2007 "sistemi informativi" exam in Bologna
Modified Paths:
--------------
tags/0.1/wkgfunc.c
trunk/wkgfunc.c
Added Paths:
-----------
tags/0.1/
Copied: tags/0.1 (from rev 13, trunk)
Modified: tags/0.1/wkgfunc.c
===================================================================
--- trunk/wkgfunc.c 2007-09-05 19:35:51 UTC (rev 13)
+++ tags/0.1/wkgfunc.c 2007-09-06 17:11:48 UTC (rev 14)
@@ -184,7 +184,7 @@
/**
* function GeomFromBinary(b)
- * @param pointer to unsigned char b blob to be read
+ * @param pBin pointer to binary to be read
*
* @return pointer to WKGeometry to be filled
*/
@@ -238,7 +238,8 @@
/**
* function GeomAsBinary(g)
* @param pGeom pointer to WKGeometry to be converted
- *
+ * @param len output parameter used to get the lenght of the binary returned
+ *
* @return pointer to unsigned char to be filled
*/
unsigned char* GeomAsBinary(WKBGeometry* pGeom,uint32 *len){
Modified: trunk/wkgfunc.c
===================================================================
--- trunk/wkgfunc.c 2007-09-05 19:35:51 UTC (rev 13)
+++ trunk/wkgfunc.c 2007-09-06 17:11:48 UTC (rev 14)
@@ -184,7 +184,7 @@
/**
* function GeomFromBinary(b)
- * @param pointer to unsigned char b blob to be read
+ * @param pBin pointer to binary to be read
*
* @return pointer to WKGeometry to be filled
*/
@@ -238,7 +238,8 @@
/**
* function GeomAsBinary(g)
* @param pGeom pointer to WKGeometry to be converted
- *
+ * @param len output parameter used to get the lenght of the binary returned
+ *
* @return pointer to unsigned char to be filled
*/
unsigned char* GeomAsBinary(WKBGeometry* pGeom,uint32 *len){
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|