~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/systab_enabled_ms.cc

  • Committer: Olaf van der Spek
  • Date: 2011-03-12 15:07:12 UTC
  • mfrom: (2231 staging)
  • mto: This revision was merged to the branch mainline in revision 2233.
  • Revision ID: olafvdspek@gmail.com-20110312150712-i4k1819u2523lggb
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
}
172
172
 
173
173
//-----------------------
174
 
void MSEnabledTable::seqScanPos(uint8_t *pos)
 
174
void MSEnabledTable::seqScanPos(unsigned char *pos )
175
175
{
176
176
        int32_t index = iEnabledIndex -1;
177
177
        if (index < 0)
181
181
}
182
182
 
183
183
//-----------------------
184
 
void MSEnabledTable::seqScanRead(uint8_t *pos, char *buf)
 
184
void MSEnabledTable::seqScanRead(unsigned char *pos , char *buf)
185
185
{
186
186
        iEnabledIndex = mi_uint4korr(pos);
187
187
        seqScanNext(buf);