]> Creatis software - cpPlugins.git/blob - lib/cpPlugins/Interface/Object.cxx
Installation and configuration scripts added
[cpPlugins.git] / lib / cpPlugins / Interface / Object.cxx
1 #include <cpPlugins/Interface/Object.h>
2
3 // -------------------------------------------------------------------------
4 cpPlugins::Interface::Object::
5 Object( )
6 {
7 }
8
9 // -------------------------------------------------------------------------
10 cpPlugins::Interface::Object::
11 ~Object( )
12 {
13 }
14
15 // -------------------------------------------------------------------------
16 std::string cpPlugins::Interface::Object::
17 GetClassName( ) const
18 {
19   return( "cpPlugins::Interface::Object" );
20 }
21
22 // -------------------------------------------------------------------------
23 PLUMA_PROVIDER_SOURCE( cpPlugins::Interface::Object, 1, 1 );
24
25 // eof - $RCSfile$