~pbms-core/pbms/5.15.beta

« back to all changes in this revision

Viewing changes to src/systab_util_ms.h

  • Committer: Barry.Leslie at PrimeBase
  • Date: 2010-07-19 18:31:26 UTC
  • Revision ID: barry.leslie@primebase.com-20100719183126-trleyjmi9f0i0pqv
Fixed bug causing missing 'Content-Type' header in pbms_metadata_header table.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        // Methods used to read records
56
56
        bool firstRecord();
57
57
        bool nextRecord();
 
58
        void resetRecord();
58
59
                
59
60
        uint8_t getInt1Field(); 
60
61
        uint32_t getInt4Field();