X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface%2FDataObject.h;h=9293376a36bd39d246bb4b5812aee5a139df9ace;hb=b6c7e73ebcce23619daced67f85d9e1364b33f30;hp=e2d79ffcc16ba3313d4b50b2b1e4e7f26759a60e;hpb=273699a71c538630c162de031f0c95014319311d;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/DataObject.h b/lib/cpPlugins/Interface/DataObject.h index e2d79ff..9293376 100644 --- a/lib/cpPlugins/Interface/DataObject.h +++ b/lib/cpPlugins/Interface/DataObject.h @@ -31,7 +31,7 @@ namespace cpPlugins const ProcessObject* GetSource( ) const; void SetSource( ProcessObject* src ); - void DisconnectPipeline( ); + void DisconnectFromPipeline( ); protected: DataObject( ); @@ -43,7 +43,7 @@ namespace cpPlugins Self& operator=( const Self& ); protected: - ProcessObject* m_Source; + void* m_Source; }; } // ecapseman