diff options
author | Patrick Luby <pluby@openoffice.org> | 2001-02-01 18:45:07 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2001-02-01 18:45:07 +0000 |
commit | b1e28276a62cc9ba05b7c102eaf8fd303c2bd576 (patch) | |
tree | 141948d248a01aabde7fda67a1eb5f8b0b7b564b | |
parent | bd885671bf435e0e50eca000d0c2bb497f0aa565 (diff) |
#ifdef'd out new SalInstance methods for builds prior to SRC619
-rw-r--r-- | vcl/aqua/source/app/salinst.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/vcl/aqua/source/app/salinst.cxx b/vcl/aqua/source/app/salinst.cxx index 2cad18fc62f5..3dd85d63e71e 100644 --- a/vcl/aqua/source/app/salinst.cxx +++ b/vcl/aqua/source/app/salinst.cxx @@ -2,9 +2,9 @@ * * $RCSfile: salinst.cxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: pl $ $Date: 2001-02-01 14:14:32 $ + * last change: $Author: pluby $ $Date: 2001-02-01 19:45:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -413,6 +413,8 @@ void SalInstance::DestroySystem( SalSystem* pSystem ) // ----------------------------------------------------------------------- +#if UPD > 618 + void SalInstance::SetEventCallback( void* pInstance, bool(*pCallback)(void*,void*,int) ) { } @@ -431,3 +433,5 @@ void* SalInstance::GetConnectionIdentifier( ConnectionIdentifierType& rReturnedT rReturnedType = AsciiCString; return ""; } + +#endif // UPD > 618 |