summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/clipb/MtaOleClipb.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dtrans/source/win32/clipb/MtaOleClipb.hxx')
-rw-r--r--dtrans/source/win32/clipb/MtaOleClipb.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/dtrans/source/win32/clipb/MtaOleClipb.hxx b/dtrans/source/win32/clipb/MtaOleClipb.hxx
index af8894190d3a..e3ebfd2a1b3c 100644
--- a/dtrans/source/win32/clipb/MtaOleClipb.hxx
+++ b/dtrans/source/win32/clipb/MtaOleClipb.hxx
@@ -31,14 +31,12 @@
#pragma warning(pop)
#endif
-//--------------------------------------------------------
// the Mta-Ole clipboard class is for internal use only!
// only one instance of this class should be created, the
// user has to ensure this!
// the class is not thread-safe because it will be used
// only from within the clipboard service and the methods
// of the clipboard service are already synchronized
-//--------------------------------------------------------
class CMtaOleClipboard
{
@@ -72,10 +70,8 @@ private:
bool postMessage( UINT msg, WPARAM wParam = 0, LPARAM lParam = 0 );
LRESULT sendMessage( UINT msg, WPARAM wParam = 0, LPARAM lParam = 0 );
- //---------------------------------------------------------------
// message handler functions; remember these functions are called
// from a different thread context!
- //---------------------------------------------------------------
LRESULT onSetClipboard( IDataObject* pIDataObject );
LRESULT onGetClipboard( LPSTREAM* ppStream );