|
|
@ -149,7 +149,7 @@ commManagerCvInit(TR_class_ptr cls) |
|
|
TR_commManagerDisableWrite); |
|
|
TR_commManagerDisableWrite); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
TR_INSTANCE(TR_Hash, commManagerEventMethods); |
|
|
|
|
|
|
|
|
TR_INIT_HANDLER(TR_CommManager); |
|
|
TR_INIT_IFACE(TR_Class, commManagerCtor, commManagerDtor, NULL); |
|
|
TR_INIT_IFACE(TR_Class, commManagerCtor, commManagerDtor, NULL); |
|
|
TR_INIT_IFACE(TR_CommManager, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
|
|
TR_INIT_IFACE(TR_CommManager, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
|
|
TR_CREATE_CLASS( |
|
|
TR_CREATE_CLASS( |
|
|
@ -158,7 +158,7 @@ TR_CREATE_CLASS( |
|
|
commManagerCvInit, |
|
|
commManagerCvInit, |
|
|
TR_IF(TR_Class), |
|
|
TR_IF(TR_Class), |
|
|
TR_IF(TR_CommManager)) = { |
|
|
TR_IF(TR_CommManager)) = { |
|
|
{ &(_commManagerEventMethods.data) } |
|
|
|
|
|
|
|
|
{ TR_HANDLER_CVARS(TR_CommManager) } |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
// vim: set ts=4 sw=4: |
|
|
// vim: set ts=4 sw=4: |