#include <ExCCameraFirst.h>
Inheritance diagram for ExCCameraFirst:

Public Methods | |
| ExCCameraFirst () | |
| ~ExCCameraFirst () | |
|
|
Definition at line 27 of file ExCCameraFirst.cpp. References ExCCameraFirst(), Guard, ExCObject::SetName(), and ExCObject::SetType(). Referenced by ExCCameraFirst(), and ~ExCCameraFirst().
00028 {
00029 Guard(ExCCameraFirst::ExCCameraFirst())
00030 SetName("ExCCameraFirst");
00031 SetType(typeid(this).name());
00032 UnGuard
00033 }
|
|
|
Definition at line 35 of file ExCCameraFirst.cpp. References ExCCameraFirst(), and Guard.
00036 {
00037 Guard(ExCCameraFirst::~ExCCameraFirst())
00038 UnGuard
00039 }
|
1.3-rc1