[Common-cvs] container/pub hxstring.h,1.12,1.12.6.1
sandeepbantia at helixcommunity.org sandeepbantia at helixcommunity.orgUpdate of /cvsroot/common/container/pub
In directory cvs:/tmp/cvs-serv28217
Modified Files:
Tag: hxclient_1_5_0_cayenne
hxstring.h
Log Message:
Merging to 150Cay
Index: hxstring.h
===================================================================
RCS file: /cvsroot/common/container/pub/hxstring.h,v
retrieving revision 1.12
retrieving revision 1.12.6.1
diff -u -d -r1.12 -r1.12.6.1
--- hxstring.h 9 Jul 2004 18:21:27 -0000 1.12
+++ hxstring.h 6 Dec 2005 18:38:26 -0000 1.12.6.1
@@ -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);