summaryrefslogtreecommitdiff
path: root/vcl/inc/generic/gendata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/generic/gendata.hxx')
-rw-r--r--vcl/inc/generic/gendata.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/inc/generic/gendata.hxx b/vcl/inc/generic/gendata.hxx
index 0392adc9eae9..ef7725f6a559 100644
--- a/vcl/inc/generic/gendata.hxx
+++ b/vcl/inc/generic/gendata.hxx
@@ -73,6 +73,10 @@ class VCL_DLLPUBLIC SalGenericData : public SalData
return m_eType;
}
+ // Mostly useful for remote protocol backends
+ virtual void ErrorTrapPush() = 0;
+ virtual bool ErrorTrapPop( bool bIgnoreError = true ) = 0; // true on error
+
// Not the prettiest - but helpful for migrating old code ...
inline SalDisplay *GetSalDisplay() const
{