Skip to content

Commit

Permalink
Update DummyLoader after API upgrade
Browse files Browse the repository at this point in the history
Only an API update so far. Actual color-flow support will be added in a later PR.
  • Loading branch information
Fredrik Orderud committed May 25, 2020
1 parent 1fb232a commit b2b9c6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DummyLoader/Image3dSource.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ class ATL_NO_VTABLE Image3dSource :

HRESULT STDMETHODCALLTYPE GetSopInstanceUID(/*out*/BSTR *uid_str) override;

HRESULT STDMETHODCALLTYPE GetPresentationState(IPresentationState *) override {
return E_NOTIMPL;
}

DECLARE_REGISTRY_RESOURCEID(IDR_Image3dSource)

BEGIN_COM_MAP(Image3dSource)
Expand Down

0 comments on commit b2b9c6a

Please sign in to comment.