]> Creatis software - cpPlugins.git/blob - lib/cpPlugins/Interface/Object.cxx
MPR finished
[cpPlugins.git] / lib / cpPlugins / Interface / Object.cxx
1 #include <cpPlugins/Interface/Object.h>
2
3 // -------------------------------------------------------------------------
4 cpPlugins::Interface::Object::
5 Object( )
6   : Superclass( ),
7     m_Name( "" )
8 {
9 }
10
11 // -------------------------------------------------------------------------
12 cpPlugins::Interface::Object::
13 ~Object( )
14 {
15 }
16
17 // eof - $RCSfile$