#ifndef __CPPLUGINS__INTERFACE__SOURCEOBJECT__H__ #define __CPPLUGINS__INTERFACE__SOURCEOBJECT__H__ #include #include namespace cpPlugins { namespace Interface { /** */ class cpPlugins_Interface_EXPORT SourceObject : public ProcessObject { public: typedef SourceObject Self; typedef ProcessObject Superclass; typedef Superclass::TParameter TParameter; typedef Superclass::TParameters TParameters; public: SourceObject( ); virtual ~SourceObject( ); virtual std::string GetClassName( ) const; }; } // ecapseman } // ecapseman #endif // __CPPLUGINS__INTERFACE__SOURCEOBJECT__H__ // eof - $RCSfile$