aboutsummaryrefslogtreecommitdiff
path: root/src/fstring.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-04-10 13:53:18 +0000
committerMike Buland <eichlan@xagasoft.com>2007-04-10 13:53:18 +0000
commit5a0d7856dc265580cebaa833e0367d03ef21bbc3 (patch)
treeebd127d25b3658d3f0417cdb1706e0049a9a28de /src/fstring.h
parent997f13ec4791adcda91cd4db41cdb5962b73d47d (diff)
downloadlibbu++-5a0d7856dc265580cebaa833e0367d03ef21bbc3.tar.gz
libbu++-5a0d7856dc265580cebaa833e0367d03ef21bbc3.tar.bz2
libbu++-5a0d7856dc265580cebaa833e0367d03ef21bbc3.tar.xz
libbu++-5a0d7856dc265580cebaa833e0367d03ef21bbc3.zip
Woo, changed the name of Achable to Archival, I dig that, and added the ground-
work for the SSocket, that should be cool.
Diffstat (limited to 'src/fstring.h')
-rw-r--r--src/fstring.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fstring.h b/src/fstring.h
index 717068f..0184301 100644
--- a/src/fstring.h
+++ b/src/fstring.h
@@ -3,7 +3,7 @@
3 3
4#include <stdint.h> 4#include <stdint.h>
5#include <memory> 5#include <memory>
6#include "archable.h" 6#include "archival.h"
7#include "archive.h" 7#include "archive.h"
8#include "hash.h" 8#include "hash.h"
9 9
@@ -29,7 +29,7 @@ namespace Bu
29 * FBasicString into a ref-counting container class. 29 * FBasicString into a ref-counting container class.
30 */ 30 */
31 template< typename chr, typename chralloc=std::allocator<chr>, typename chunkalloc=std::allocator<struct FStringChunk<chr> > > 31 template< typename chr, typename chralloc=std::allocator<chr>, typename chunkalloc=std::allocator<struct FStringChunk<chr> > >
32 class FBasicString : public Archable 32 class FBasicString : public Archival
33 { 33 {
34#ifndef VALTEST 34#ifndef VALTEST
35#define cpy( dest, src, size ) memcpy( dest, src, size*sizeof(chr) ) 35#define cpy( dest, src, size ) memcpy( dest, src, size*sizeof(chr) )