]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
wv/device: rename device class from CIWVDevice to CWVDevice
authorshefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Wed, 5 Mar 2008 17:57:42 +0000 (17:57 +0000)
committershefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Wed, 5 Mar 2008 17:57:42 +0000 (17:57 +0000)
Remove the leftover 'I' from the class name.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1@974 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

branches/winverbs/core/winverbs/user/wv_device.cpp
branches/winverbs/core/winverbs/user/wv_device.h

index 69308717a964a05f608295ec01ea9a50e44f24ad..7b3c3b6cae400643d04308396b7f155043f4ca08 100644 (file)
@@ -30,7 +30,7 @@
 #include "wv_base.h"\r
 #include "wv_device.h"\r
 \r
-STDMETHODIMP CIWVDevice::\r
+STDMETHODIMP CWVDevice::\r
 QueryInterface(REFIID riid, LPVOID FAR* ppvObj)\r
 {\r
        UNREFERENCED_PARAMETER(riid);\r
@@ -39,25 +39,25 @@ QueryInterface(REFIID riid, LPVOID FAR* ppvObj)
        return E_NOTIMPL;\r
 }\r
 \r
-STDMETHODIMP_(ULONG) CIWVDevice::\r
+STDMETHODIMP_(ULONG) CWVDevice::\r
 AddRef(void)\r
 {\r
        return 0;\r
 }\r
 \r
-STDMETHODIMP_(ULONG) CIWVDevice::\r
+STDMETHODIMP_(ULONG) CWVDevice::\r
 Release(void)\r
 {\r
        return 0;\r
 }\r
 \r
-STDMETHODIMP CIWVDevice::\r
+STDMETHODIMP CWVDevice::\r
 CancelOverlappedRequests(void)\r
 {\r
        return E_NOTIMPL;\r
 }\r
 \r
-STDMETHODIMP CIWVDevice::\r
+STDMETHODIMP CWVDevice::\r
 GetOverlappedResult(OVERLAPPED *pOverlapped,\r
                                        SIZE_T *pNumberOfBytesTransferred, BOOL bWait)\r
 {\r
@@ -144,7 +144,7 @@ GetOverlappedResult(OVERLAPPED *pOverlapped,
 //     pAttributes->PhysPortCount              = pCaAttr->num_ports;\r
 //}\r
 \r
-STDMETHODIMP CIWVDevice::\r
+STDMETHODIMP CWVDevice::\r
 Query(WV_DEVICE_ATTRIBUTES* pAttributes)\r
 {\r
        UNREFERENCED_PARAMETER(pAttributes);\r
@@ -152,7 +152,7 @@ Query(WV_DEVICE_ATTRIBUTES* pAttributes)
        return E_NOTIMPL;\r
 }\r
 \r
-STDMETHODIMP CIWVDevice::\r
+STDMETHODIMP CWVDevice::\r
 QueryPort(UINT8 PortNumber, WV_PORT_ATTRIBUTES* pAttributes)\r
 {\r
        UNREFERENCED_PARAMETER(PortNumber);\r
@@ -161,7 +161,7 @@ QueryPort(UINT8 PortNumber, WV_PORT_ATTRIBUTES* pAttributes)
        return E_NOTIMPL;\r
 }\r
 \r
-STDMETHODIMP CIWVDevice::\r
+STDMETHODIMP CWVDevice::\r
 QueryGid(UINT8 PortNumber, DWORD Index, WV_GID* pGid)\r
 {\r
        UNREFERENCED_PARAMETER(PortNumber);\r
@@ -171,7 +171,7 @@ QueryGid(UINT8 PortNumber, DWORD Index, WV_GID* pGid)
        return E_NOTIMPL;\r
 }\r
 \r
-STDMETHODIMP CIWVDevice::\r
+STDMETHODIMP CWVDevice::\r
 QueryPkey(UINT8 PortNumber, DWORD Index, UINT16* pPkey)\r
 {\r
        UNREFERENCED_PARAMETER(PortNumber);\r
@@ -181,7 +181,7 @@ QueryPkey(UINT8 PortNumber, DWORD Index, UINT16* pPkey)
        return E_NOTIMPL;\r
 }\r
 \r
-STDMETHODIMP CIWVDevice::\r
+STDMETHODIMP CWVDevice::\r
 CreateCompletionQueue(SIZE_T *pEntries, IWVCompletionQueue** ppCq)\r
 {\r
        UNREFERENCED_PARAMETER(pEntries);\r
@@ -190,7 +190,7 @@ CreateCompletionQueue(SIZE_T *pEntries, IWVCompletionQueue** ppCq)
        return E_NOTIMPL;\r
 }\r
 \r
-STDMETHODIMP CIWVDevice::\r
+STDMETHODIMP CWVDevice::\r
 AllocateProtectionDomain(IWVProtectionDomain** ppPd)\r
 {\r
        UNREFERENCED_PARAMETER(ppPd);\r
@@ -198,7 +198,7 @@ AllocateProtectionDomain(IWVProtectionDomain** ppPd)
        return E_NOTIMPL;\r
 }\r
 \r
-STDMETHODIMP CIWVDevice::\r
+STDMETHODIMP CWVDevice::\r
 Notify(OVERLAPPED* pOverlapped, WV_EVENT* pEvent)\r
 {\r
        UNREFERENCED_PARAMETER(pOverlapped);\r
index 123fd9e1ade6f6efdadb1efffb48d84386fa0f6d..a9b7a5027dc122f9114b5d11dd5a2fe5a861f0ef 100644 (file)
@@ -34,7 +34,7 @@
 \r
 #include "rdma\winverbs.h"\r
 \r
-class CIWVDevice : IWVDevice\r
+class CWVDevice : IWVDevice\r
 {\r
 public:\r
        // IUnknown methods\r