aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes/MCIndexSet.h
diff options
context:
space:
mode:
authorGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-08-02 00:17:52 -0700
committerGravatar Hoa V. DINH <dinh.viet.hoa@gmail.com>2013-08-02 00:17:52 -0700
commitff7e811ee7931cae312b3128ccfd931aa13187e6 (patch)
treefd180a26c8a914546ea7bfd893598b1b5aa94edf /src/core/basetypes/MCIndexSet.h
parent761909e7fcbed743f36ee1cc242f88d236a4b709 (diff)
Serialization of basetypes
Diffstat (limited to 'src/core/basetypes/MCIndexSet.h')
-rw-r--r--src/core/basetypes/MCIndexSet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/basetypes/MCIndexSet.h b/src/core/basetypes/MCIndexSet.h
index 47d97341..a5bc6760 100644
--- a/src/core/basetypes/MCIndexSet.h
+++ b/src/core/basetypes/MCIndexSet.h
@@ -44,6 +44,8 @@ namespace mailcore {
virtual ~IndexSet();
virtual String * description();
virtual Object * copy();
+ virtual HashMap * serializable();
+ virtual void importSerializable(HashMap * serializable);
private:
Range * mRanges;