~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Marisa Plumb
  • Date: 2011-03-14 20:08:52 UTC
  • mfrom: (2232 staging)
  • mto: (2235.2.4 build)
  • mto: This revision was merged to the branch mainline in revision 2237.
  • Revision ID: marisa.plumb@gmail.com-20110314200852-luwrsw1bm2lno26p
updating and fixing slave plugin example

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);