diff options
author | Michael Meeks <michael.meeks@suse.com> | 2011-10-03 16:36:26 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-10-25 13:41:52 +0100 |
commit | c529623457889a67473f773d080941903e2784fc (patch) | |
tree | a8a41cbb19a3063d10c22db8e6fe6d5dddc5960b /vcl/inc/generic | |
parent | f88ff49c733392e66dd178928efa3d807f2cffca (diff) |
generic: re-work X error push/pop and error message handling
Diffstat (limited to 'vcl/inc/generic')
-rw-r--r-- | vcl/inc/generic/gendata.hxx | 4 |
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 { |