diff audioDBws.h @ 86:53179ebec1f7

Make the Qpos and Spos arrays for Web services results unsigned.
author mas01cr
date Tue, 02 Oct 2007 14:32:23 +0000
parents f6cc39635877
children a5d5a55a412d
line wrap: on
line diff
--- a/audioDBws.h	Tue Oct 02 13:26:10 2007 +0000
+++ b/audioDBws.h	Tue Oct 02 14:32:23 2007 +0000
@@ -18,9 +18,9 @@
   int __sizeDist;  
   double *Dist;
   int __sizeQpos;  
-  int *Qpos;
+  unsigned int *Qpos;
   int __sizeSpos;
-  int *Spos;
+  unsigned int *Spos;
 };
 
 class adb__statusResult {