Add EmptyText(id) method which checks if the text
[SXSI/TextCollection.git] / CSA.h
diff --git a/CSA.h b/CSA.h
index 9f6c500..00cf1c6 100644 (file)
--- a/CSA.h
+++ b/CSA.h
@@ -55,6 +55,7 @@ public:
      */
     void InsertText(uchar const *);
     void MakeStatic();
+    bool EmptyText(DocId) const;
     uchar* GetText(DocId) const;
     uchar* GetText(DocId, TextPosition, TextPosition) const;