15 #include "config_recorder.h"
17 #include "mouseRecorder.h"
18 #include "recorderController.h"
19 #include "recorderFrame.h"
20 #include "recorderHeader.h"
21 #include "recorderTable.h"
22 #include "socketStreamRecorder.h"
26 ConfigureDef(config_recorder);
27 NotifyCategoryDef(recorder,
"");
29 ConfigureFn(config_recorder) {
30 MouseRecorder::init_type();
31 RecorderController::init_type();
32 RecorderFrame::init_type();
33 RecorderHeader::init_type();
34 RecorderTable::init_type();
35 ReferenceCount::init_type();
43 SocketStreamRecorder::init_type();
44 SocketStreamRecorder::register_with_read_factory();
static void register_with_read_factory()
Tells the BamReader how to create objects of type Lens.
static void register_with_read_factory()
Tells the BamReader how to create objects of type Lens.
static void register_with_read_factory()
Tells the BamReader how to create objects of type Lens.