Changeset 8eae72a in github


Ignore:
Timestamp:
Mar 5, 2012 9:20:07 AM (16 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
377bc60
Parents:
6205a30
Message:
  • Add check_connection() to storage abstract class
Location:
program/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_imap.php

    rc6a9cd6 r8eae72a  
    213213    /** 
    214214     * Check connection state, connect if not connected. 
     215     * 
     216     * @return bool Connection state. 
    215217     */ 
    216218    public function check_connection() 
  • program/include/rcube_storage.php

    rfec2d8e r8eae72a  
    110110 
    111111    /** 
     112     * Check connection state, connect if not connected. 
     113     * 
     114     * @return bool Connection state. 
     115     */ 
     116    abstract function check_connection(); 
     117 
     118 
     119    /** 
    112120     * Returns code of last error 
    113121     * 
Note: See TracChangeset for help on using the changeset viewer.