diff options
Diffstat (limited to 'src/fbasicstring.h')
| -rw-r--r-- | src/fbasicstring.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/fbasicstring.h b/src/fbasicstring.h index cda507a..225bc80 100644 --- a/src/fbasicstring.h +++ b/src/fbasicstring.h | |||
| @@ -1931,6 +1931,21 @@ namespace Bu | |||
| 1931 | ar.write( core->pFirst->pData, core->nLength*sizeof(chr) ); | 1931 | ar.write( core->pFirst->pData, core->nLength*sizeof(chr) ); |
| 1932 | } | 1932 | } |
| 1933 | } | 1933 | } |
| 1934 | /* | ||
| 1935 | void archive( class Archive &ar ) const | ||
| 1936 | { | ||
| 1937 | if( ar.isLoading() ) | ||
| 1938 | { | ||
| 1939 | } | ||
| 1940 | else | ||
| 1941 | { | ||
| 1942 | flatten(); | ||
| 1943 | |||
| 1944 | ar << core->nLength; | ||
| 1945 | if( core->nLength ) | ||
| 1946 | ar.write( core->pFirst->pData, core->nLength*sizeof(chr) ); | ||
| 1947 | } | ||
| 1948 | }*/ | ||
| 1934 | 1949 | ||
| 1935 | iterator begin() | 1950 | iterator begin() |
| 1936 | { | 1951 | { |
