/*
- * $Id: MemBuf.cc,v 1.39 2005/09/17 04:53:44 wessels Exp $
+ * $Id: MemBuf.cc,v 1.40 2005/09/17 05:05:08 wessels Exp $
*
* DEBUG: section 59 auto-growing Memory Buffer with printf
* AUTHOR: Alex Rousskov
/* local routines */
static void memBufGrow(MemBuf * mb, mb_size_t min_cap);
+CBDATA_CLASS_INIT(MemBuf);
/* init with defaults */
void
/*
- * $Id: MemBuf.h,v 1.3 2005/08/31 19:15:35 wessels Exp $
+ * $Id: MemBuf.h,v 1.4 2005/09/17 05:05:08 wessels Exp $
*
*
* SQUID Web Proxy Cache http://www.squid-cache.org/
MemBuf& operator= (const MemBuf& m) {assert(false); return *this;};
+ CBDATA_CLASS2(MemBuf);
+
public:
/* public, read-only, depricated in favor of space*() and content*() */
// XXX: hide these members completely and remove 0-termination