[ofw] [PATCH] ND Provider: Remove stale code
Fab Tillier
ftillier at windows.microsoft.com
Wed May 27 09:36:08 PDT 2009
There were stale HPC Pack 2008 Beta 1 objects in the ND provider. These were deleted.
Committed in SVN revision 2206.
Signed-off-by: Fab Tillier <ftillier at microsoft.com>
Index: ulp/nd/user/NdMr.h
===================================================================
--- ulp/nd/user/NdMr.h (revision 2205)
+++ ulp/nd/user/NdMr.h (working copy)
@@ -42,8 +42,6 @@ namespace NetworkDirect
friend class CAdapter;
friend class CEndpoint;
- friend class CAdapter_Beta1;
- friend class CEndpoint_Beta1;
public:
CMr(void);
~CMr(void);
Index: ulp/nd/user/NdMw.h
===================================================================
--- ulp/nd/user/NdMw.h (revision 2205)
+++ ulp/nd/user/NdMw.h (working copy)
@@ -72,46 +72,4 @@ namespace NetworkDirect
ND_RESULT* m_pInvalidateResult;
};
-///////////////////////////////////////////////////////////////////////////////
-//
-// HPC Pack 2008 Beta 1 SPI
-//
-///////////////////////////////////////////////////////////////////////////////
-
- class CAdapter_Beta1;
-
- class CMw_Beta1 :
- public INDMemoryWindow
- {
- public:
- CMw_Beta1(void);
- ~CMw_Beta1(void);
-
- HRESULT Initialize(
- CAdapter_Beta1* pParent,
- ND_RESULT* pInvalidateResult );
-
- // *** IUnknown methods ***
- HRESULT STDMETHODCALLTYPE QueryInterface(
- REFIID riid,
- LPVOID FAR* ppvObj
- );
-
- ULONG STDMETHODCALLTYPE AddRef(void);
-
- ULONG STDMETHODCALLTYPE Release(void);
-
- // *** INDMemoryWindow methods ***
- HRESULT STDMETHODCALLTYPE Close(void);
-
- //operator ND_RESULT*(){ return m_pInvalidateResult; };
-
- private:
- volatile LONG m_nRef;
-
- CAdapter_Beta1* m_pParent;
-
- ND_RESULT* m_pInvalidateResult;
- };
-
} // namespace
More information about the ofw
mailing list