patches
[SXSI/XMLTree.git] / libcds / src / static_sequence / static_sequence.h
index f8f3bb5..e3b72dc 100644 (file)
@@ -76,6 +76,8 @@ public:
 
   /** Stores the bitmap given a file pointer, return 0 in case of success */
   virtual uint save(FILE * fp)=0;
+
+       virtual bool test(uint * seq, uint n);
   
   /** Reads a bitmap determining the type */
   static static_sequence * load(FILE * fp);