Tag: cws_src680_qiq User: fs Date: 2006/06/29 00:13:30 Modified: dba/dbaccess/source/sdbtools/connection/connectiondependent.hxx
Log: #i10000# File Changes: Directory: /dba/dbaccess/source/sdbtools/connection/ ==================================================== File [changed]: connectiondependent.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/sdbtools/connection/connectiondependent.hxx?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +5 -3 ------------------- --- connectiondependent.hxx 24 May 2006 06:53:34 -0000 1.1.2.1 +++ connectiondependent.hxx 29 Jun 2006 07:13:27 -0000 1.1.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: connectiondependent.hxx,v $ * - * $Revision: 1.1.2.1 $ + * $Revision: 1.1.2.2 $ * - * last change: $Author: fs $ $Date: 2006/05/24 06:53:34 $ + * last change: $Author: fs $ $Date: 2006/06/29 07:13:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -102,6 +102,8 @@ getConnection() const { return m_xConnection; } public: + struct GuardAccess; + friend struct GuardAccess; /** helper for granting exclusive access to various other methods */ struct GuardAccess { friend class EntryGuard; private: GuardAccess() { } }; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
