summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dtobj/APNDataObject.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/win32/dtobj/APNDataObject.hxx')
-rw-r--r--dtrans/source/win32/dtobj/APNDataObject.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/dtrans/source/win32/dtobj/APNDataObject.hxx b/dtrans/source/win32/dtobj/APNDataObject.hxx
index 6ef90e16f068..bc23d88d6c8c 100644
--- a/dtrans/source/win32/dtobj/APNDataObject.hxx
+++ b/dtrans/source/win32/dtobj/APNDataObject.hxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#ifndef _APNDATAOBJECT_HXX_
#define _APNDATAOBJECT_HXX_
@@ -36,17 +35,13 @@ public:
CAPNDataObject( IDataObjectPtr rIDataObject );
virtual ~CAPNDataObject( );
- //-----------------------------------------------------------------
//IUnknown interface methods
- //-----------------------------------------------------------------
STDMETHODIMP QueryInterface(REFIID iid, LPVOID* ppvObject);
STDMETHODIMP_( ULONG ) AddRef( );
STDMETHODIMP_( ULONG ) Release( );
- //-----------------------------------------------------------------
// IDataObject interface methods
- //-----------------------------------------------------------------
STDMETHODIMP GetData( LPFORMATETC pFormatetc, LPSTGMEDIUM pmedium );
STDMETHODIMP GetDataHere( LPFORMATETC pFormatetc, LPSTGMEDIUM pmedium );