]> Creatis software - cpPlugins.git/blob - lib/cpPlugins/Interface/Object.cxx
WARNING: It does not compile yet git status!
[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 }
9
10 // -------------------------------------------------------------------------
11 cpPlugins::Interface::Object::
12 ~Object( )
13 {
14 }
15
16 // -------------------------------------------------------------------------
17 CPPLUGINS_PROVIDER_SOURCE( cpPlugins::Interface::Object, 1, 1 );
18
19 // eof - $RCSfile$