Index: /trunk/psLib/src/sys/psMemory.c
===================================================================
--- /trunk/psLib/src/sys/psMemory.c	(revision 7133)
+++ /trunk/psLib/src/sys/psMemory.c	(revision 7134)
@@ -8,6 +8,6 @@
 *  @author Robert Lupton, Princeton University
 *
-*  @version $Revision: 1.70 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-02-28 02:53:03 $
+*  @version $Revision: 1.71 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2006-05-18 01:22:48 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -610,5 +610,5 @@
 
 // increment and return refCounter
-psPtr p_psMemIncrRefCounter(psPtr vptr,
+psPtr p_psMemIncrRefCounter(const psPtr vptr,
                             const char *file,
                             psS32 lineno)
Index: /trunk/psLib/src/sys/psMemory.h
===================================================================
--- /trunk/psLib/src/sys/psMemory.h	(revision 7133)
+++ /trunk/psLib/src/sys/psMemory.h	(revision 7134)
@@ -12,6 +12,6 @@
  *  @ingroup MemoryManagement
  *
- *  @version $Revision: 1.53 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-02-28 02:53:03 $
+ *  @version $Revision: 1.54 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-05-18 01:22:48 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -327,5 +327,5 @@
 #else
 psPtr p_psMemIncrRefCounter(
-    psPtr vptr,                        ///< Pointer to increment refCounter, and return
+    const psPtr vptr,                  ///< Pointer to increment refCounter, and return
     const char *file,                  ///< File of call
     psS32 lineno                       ///< Line number of call
