|
|
@ -67,6 +67,6 @@ mockClone(void * _this, void * _base) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
TR_INIT_IFACE(TR_Class, mockCtor, mockDtor, mockClone); |
|
|
TR_INIT_IFACE(TR_Class, mockCtor, mockDtor, mockClone); |
|
|
TR_CREATE_CLASS(MockClass, NULL, TR_IF(TR_Class)); |
|
|
|
|
|
|
|
|
TR_CREATE_CLASS(MockClass, NULL, NULL, TR_IF(TR_Class)); |
|
|
|
|
|
|
|
|
// vim: set et ts=4 sw=4: |
|
|
// vim: set et ts=4 sw=4: |