Commit 4f380c4e authored by romanb's avatar romanb

moved pessimistic locking to TODO

parent 179b0daa
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* @link www.phpdoctrine.org * @link www.phpdoctrine.org
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0 * @since 1.0
* @version $Revision$ * @version $Revision: 3882 $
* @author Konsta Vesterinen <kvesteri@cc.hut.fi> * @author Konsta Vesterinen <kvesteri@cc.hut.fi>
*/ */
class Doctrine_Locking_Exception extends Doctrine_Exception class Doctrine_Locking_Exception extends Doctrine_Exception
......
<?php <?php
/* /*
* $Id$ * $Id: Pessimistic.php 4364 2008-05-13 21:20:34Z romanb $
* *
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
* @author Konsta Vesterinen <kvesteri@cc.hut.fi> * @author Konsta Vesterinen <kvesteri@cc.hut.fi>
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @since 1.0 * @since 1.0
* @version $Revision$ * @version $Revision: 4364 $
*/ */
class Doctrine_Locking_Manager_Pessimistic class Doctrine_Locking_Manager_Pessimistic
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment