1
0
mirror of synced 2024-12-13 14:56:01 +03:00

moved pessimistic locking to TODO

This commit is contained in:
romanb 2008-09-12 10:08:06 +00:00
parent 179b0daac2
commit 4f380c4eca
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
* @link www.phpdoctrine.org
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
* @version $Revision$
* @version $Revision: 3882 $
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/
class Doctrine_Locking_Exception extends Doctrine_Exception

View File

@ -1,6 +1,6 @@
<?php
/*
* $Id$
* $Id: Pessimistic.php 4364 2008-05-13 21:20:34Z romanb $
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
@ -32,7 +32,7 @@
* @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0
* @version $Revision$
* @version $Revision: 4364 $
*/
class Doctrine_Locking_Manager_Pessimistic
{