~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/src/datadic_xt.h

  • Committer: Barry.Leslie at PrimeBase
  • Date: 2010-10-20 20:41:00 UTC
  • mfrom: (1863 staging)
  • mto: This revision was merged to the branch mainline in revision 1871.
  • Revision ID: barry.leslie@primebase.com-20101020204100-oyj6p5cfssjw3p62
Merged with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (C) 2005 PrimeBase Technologies GmbH
 
1
/* Copyright (c) 2005 PrimeBase Technologies GmbH
2
2
 *
3
3
 * PrimeBase XT
4
4
 *
201
201
                return new_obj;
202
202
        }
203
203
 
204
 
        virtual void init(XTThreadPtr self) { XTDDConstraint::init(self); }
 
204
        virtual void init(XTThreadPtr self) { XTDDConstraint::init(self); };
205
205
        virtual void init(XTThreadPtr self, XTObject *obj);
206
206
        struct XTIndex *getIndexPtr();
207
207
};