Panda3D
 All Classes Functions Variables Enumerations
config_recorder.cxx
1 // Filename: config_recorder.cxx
2 // Created by: drose (28Jan04)
3 //
4 ////////////////////////////////////////////////////////////////////
5 //
6 // PANDA 3D SOFTWARE
7 // Copyright (c) Carnegie Mellon University. All rights reserved.
8 //
9 // All use of this software is subject to the terms of the revised BSD
10 // license. You should have received a copy of this license along
11 // with this source code in a file named "LICENSE."
12 //
13 ////////////////////////////////////////////////////////////////////
14 
15 #include "config_recorder.h"
16 
17 #include "mouseRecorder.h"
18 #include "recorderController.h"
19 #include "recorderFrame.h"
20 #include "recorderHeader.h"
21 #include "recorderTable.h"
22 #include "socketStreamRecorder.h"
23 
24 #include "dconfig.h"
25 
26 ConfigureDef(config_recorder);
27 NotifyCategoryDef(recorder, "");
28 
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();
36 
41 
42 #ifdef HAVE_OPENSSL
43  SocketStreamRecorder::init_type();
44  SocketStreamRecorder::register_with_read_factory();
45 #endif
46 }
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.
static void register_with_read_factory()
Tells the BamReader how to create objects of type Lens.