[Common-cvs] container/pub hxstring.h,1.13,1.14
sandeepbantia at helixcommunity.org sandeepbantia at helixcommunity.orgUpdate of /cvsroot/common/container/pub
In directory cvs:/tmp/cvs-serv8845
Modified Files:
hxstring.h
Log Message:
Merging changes to head
Index: hxstring.h
===================================================================
RCS file: /cvsroot/common/container/pub/hxstring.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- hxstring.h 14 Mar 2005 19:33:48 -0000 1.13
+++ hxstring.h 6 Dec 2005 03:12:12 -0000 1.14
@@ -190,6 +190,7 @@
INT32 Find(const char* pStr) const;
void Format(const char* pFmt, ...);
+ void FormatV(const char* pFmt, va_list args);
void AppendULONG(ULONG32 value);