Changeset 4934 for trunk/lib/Doctrine

Show
Ignore:
Timestamp:
09/12/08 12:00:26 (4 months ago)
Author:
romanb
Message:
 
Location:
trunk/lib/Doctrine
Files:
1 added
1 removed
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/Doctrine/ClassMetadata.php

    r4930 r4934  
    3333 * @todo Rename to ClassDescriptor. 
    3434 */ 
    35 class Doctrine_ClassMetadata implements Doctrine_Configurable, Serializable 
     35class Doctrine_ClassMetadata implements Doctrine_Common_Configurable, Serializable 
    3636{ 
    3737    /* The inheritance mapping types */ 
  • trunk/lib/Doctrine/Manager.php

    r4879 r4934  
    3434 * @todo Remove. 
    3535 */ 
    36 class Doctrine_Manager implements Doctrine_Configurable, Countable, IteratorAggregate 
     36class Doctrine_Manager implements Doctrine_Common_Configurable, Countable, IteratorAggregate 
    3737{ 
    3838    /**