diff options
Diffstat (limited to 'src/unstable/blob.h')
-rw-r--r-- | src/unstable/blob.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/unstable/blob.h b/src/unstable/blob.h index d6c40e3..214ab41 100644 --- a/src/unstable/blob.h +++ b/src/unstable/blob.h | |||
@@ -55,6 +55,9 @@ namespace Bu | |||
55 | bool isNull() const; | 55 | bool isNull() const; |
56 | bool isNullOrEmpty() const; | 56 | bool isNullOrEmpty() const; |
57 | 57 | ||
58 | void set( const Blob &rRhs ); | ||
59 | void set( const char *pRhs ); | ||
60 | void set( const char *pRhs, int32_t iSize ); | ||
58 | Blob &operator=( const Blob &rRhs ); | 61 | Blob &operator=( const Blob &rRhs ); |
59 | Blob &operator=( const char *pRhs ); | 62 | Blob &operator=( const char *pRhs ); |
60 | 63 | ||