]> Creatis software - cpPlugins.git/blob - lib/cpPlugins/Interface/Object.cxx
b4768faab5971f845db0c385bf7bddb7d74b7383
[cpPlugins.git] / lib / cpPlugins / Interface / Object.cxx
1 #include <cpPlugins/Interface/Object.h>
2
3 // -------------------------------------------------------------------------
4 cpPlugins::Interface::Object::
5 Object( )
6   : Superclass( )
7 {
8   this->m_ClassName = "cpPlugins::Interface::Object";
9   this->m_ClassCategory = "BasicObject";
10 }
11
12 // -------------------------------------------------------------------------
13 cpPlugins::Interface::Object::
14 ~Object( )
15 {
16 }
17
18 // -------------------------------------------------------------------------
19 CPPLUGINS_PROVIDER_SOURCE( cpPlugins::Interface::Object, 1, 1 );
20
21 // eof - $RCSfile$