[sword-cvs] sword/include swbuf.h,1.8,1.9
sword@www.crosswire.org
sword@www.crosswire.org
Thu, 27 Feb 2003 16:57:57 -0700
Update of /usr/local/cvsroot/sword/include
In directory www:/tmp/cvs-serv19025/include
Modified Files:
swbuf.h
Log Message:
docs re-added and refined
Index: swbuf.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/swbuf.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** swbuf.h 27 Feb 2003 23:34:22 -0000 1.8
--- swbuf.h 27 Feb 2003 23:57:55 -0000 1.9
***************
*** 60,64 ****
--- 60,75 ----
SWBuf(const char *initVal = 0);
+ /******************************************************************************
+ * SWBuf Constructor - Creates an SWBuf initialized
+ * to a value from a char
+ *
+ */
SWBuf(char initVal);
+
+ /******************************************************************************
+ * SWBuf Constructor - Creates an SWBuf initialized
+ * to a value from another SWBuf
+ *
+ */
SWBuf(const SWBuf &other);