Tag: cws_src680_macaddressbook01 User: cremlae Date: 2007-07-13 18:17:44+0000 Modified: dba/connectivity/source/drivers/macab/MacabAddressBook.cxx dba/connectivity/source/drivers/macab/MacabAddressBook.hxx dba/connectivity/source/drivers/macab/MacabGroup.hxx dba/connectivity/source/drivers/macab/MacabRecord.cxx dba/connectivity/source/drivers/macab/MacabRecord.hxx dba/connectivity/source/drivers/macab/MacabRecords.cxx dba/connectivity/source/drivers/macab/MacabRecords.hxx dba/connectivity/source/drivers/macab/macabutilities.hxx
Log: #i77591# Added premac/postmac patch by pluby - provides premac and postmac headers around Carbon includes File Changes: Directory: /dba/connectivity/source/drivers/macab/ ================================================== File [changed]: MacabAddressBook.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/macab/MacabAddressBook.cxx?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +4 -2 ------------------- --- MacabAddressBook.cxx 2007-07-08 19:20:57+0000 1.1.2.1 +++ MacabAddressBook.cxx 2007-07-13 18:17:42+0000 1.1.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: MacabAddressBook.cxx,v $ * - * $Revision: 1.1.2.1 $ + * $Revision: 1.1.2.2 $ * - * last change: $Author: msicotte $ $Date: 2007/07/08 19:20:57 $ + * last change: $Author: cremlae $ $Date: 2007/07/13 18:17:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,8 +48,10 @@ #include <vector> +#include <premac.h> #include <Carbon/Carbon.h> #include <AddressBook/ABAddressBookC.h> +#include <postmac.h> #ifndef _CONNECTIVITY_COMMONTOOLS_HXX_ #include "connectivity/CommonTools.hxx" File [changed]: MacabAddressBook.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/macab/MacabAddressBook.hxx?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +4 -2 ------------------- --- MacabAddressBook.hxx 2007-07-08 19:20:57+0000 1.1.2.1 +++ MacabAddressBook.hxx 2007-07-13 18:17:42+0000 1.1.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: MacabAddressBook.hxx,v $ * - * $Revision: 1.1.2.1 $ + * $Revision: 1.1.2.2 $ * - * last change: $Author: msicotte $ $Date: 2007/07/08 19:20:57 $ + * last change: $Author: cremlae $ $Date: 2007/07/13 18:17:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -46,8 +46,10 @@ #include <vector> +#include <premac.h> #include <Carbon/Carbon.h> #include <AddressBook/ABAddressBookC.h> +#include <postmac.h> namespace connectivity { File [changed]: MacabGroup.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/macab/MacabGroup.hxx?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +4 -2 ------------------- --- MacabGroup.hxx 2007-07-08 19:20:58+0000 1.1.2.1 +++ MacabGroup.hxx 2007-07-13 18:17:42+0000 1.1.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: MacabGroup.hxx,v $ * - * $Revision: 1.1.2.1 $ + * $Revision: 1.1.2.2 $ * - * last change: $Author: msicotte $ $Date: 2007/07/08 19:20:58 $ + * last change: $Author: cremlae $ $Date: 2007/07/13 18:17:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,8 +40,10 @@ #include "MacabRecords.hxx" #endif +#include <premac.h> #include <Carbon/Carbon.h> #include <AddressBook/ABAddressBookC.h> +#include <postmac.h> namespace connectivity File [changed]: MacabRecord.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/macab/MacabRecord.cxx?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +4 -2 ------------------- --- MacabRecord.cxx 2007-07-08 19:20:58+0000 1.1.2.1 +++ MacabRecord.cxx 2007-07-13 18:17:42+0000 1.1.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: MacabRecord.cxx,v $ * - * $Revision: 1.1.2.1 $ + * $Revision: 1.1.2.2 $ * - * last change: $Author: msicotte $ $Date: 2007/07/08 19:20:58 $ + * last change: $Author: cremlae $ $Date: 2007/07/13 18:17:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,8 +50,10 @@ #include <com/sun/star/util/DateTime.hpp> #endif +#include <premac.h> #include <Carbon/Carbon.h> #include <AddressBook/ABAddressBookC.h> +#include <postmac.h> #ifndef _DBHELPER_DBCONVERSION_HXX_ #include <connectivity/dbconversion.hxx> File [changed]: MacabRecord.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/macab/MacabRecord.hxx?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +4 -2 ------------------- --- MacabRecord.hxx 2007-07-08 19:20:58+0000 1.1.2.1 +++ MacabRecord.hxx 2007-07-13 18:17:42+0000 1.1.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: MacabRecord.hxx,v $ * - * $Revision: 1.1.2.1 $ + * $Revision: 1.1.2.2 $ * - * last change: $Author: msicotte $ $Date: 2007/07/08 19:20:58 $ + * last change: $Author: cremlae $ $Date: 2007/07/13 18:17:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,8 +40,10 @@ #include <cppuhelper/compbase3.hxx> #endif +#include <premac.h> #include <Carbon/Carbon.h> #include <AddressBook/ABAddressBookC.h> +#include <postmac.h> namespace connectivity { File [changed]: MacabRecords.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/macab/MacabRecords.cxx?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +4 -2 ------------------- --- MacabRecords.cxx 2007-07-08 19:20:58+0000 1.1.2.1 +++ MacabRecords.cxx 2007-07-13 18:17:42+0000 1.1.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: MacabRecords.cxx,v $ * - * $Revision: 1.1.2.1 $ + * $Revision: 1.1.2.2 $ * - * last change: $Author: msicotte $ $Date: 2007/07/08 19:20:58 $ + * last change: $Author: cremlae $ $Date: 2007/07/13 18:17:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -50,8 +50,10 @@ #include "macabutilities.hxx" #endif +#include <premac.h> #include <Carbon/Carbon.h> #include <AddressBook/ABAddressBookC.h> +#include <postmac.h> #ifndef _COM_SUN_STAR_UTIL_DATETIME_HPP_ #include <com/sun/star/util/DateTime.hpp> File [changed]: MacabRecords.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/macab/MacabRecords.hxx?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +4 -2 ------------------- --- MacabRecords.hxx 2007-07-08 19:20:58+0000 1.1.2.1 +++ MacabRecords.hxx 2007-07-13 18:17:42+0000 1.1.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: MacabRecords.hxx,v $ * - * $Revision: 1.1.2.1 $ + * $Revision: 1.1.2.2 $ * - * last change: $Author: msicotte $ $Date: 2007/07/08 19:20:58 $ + * last change: $Author: cremlae $ $Date: 2007/07/13 18:17:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -44,8 +44,10 @@ #include "MacabHeader.hxx" #endif +#include <premac.h> #include <Carbon/Carbon.h> #include <AddressBook/ABAddressBookC.h> +#include <postmac.h> #ifndef _COM_SUN_STAR_UTIL_DATETIME_HPP_ #include <com/sun/star/util/DateTime.hpp> File [changed]: macabutilities.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/macab/macabutilities.hxx?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +4 -2 ------------------- --- macabutilities.hxx 2007-07-08 19:21:00+0000 1.1.2.1 +++ macabutilities.hxx 2007-07-13 18:17:42+0000 1.1.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: macabutilities.hxx,v $ * - * $Revision: 1.1.2.1 $ + * $Revision: 1.1.2.2 $ * - * last change: $Author: msicotte $ $Date: 2007/07/08 19:21:00 $ + * last change: $Author: cremlae $ $Date: 2007/07/13 18:17:42 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -45,8 +45,10 @@ #endif #include <time.h> +#include <premac.h> #include <Carbon/Carbon.h> #include <AddressBook/ABAddressBookC.h> +#include <postmac.h> namespace connectivity { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
