Changeset 5962 in subversion


Ignore:
Timestamp:
Mar 5, 2012 9:20:07 AM (15 months ago)
Author:
alec
Message:
  • Add check_connection() to storage abstract class
Location:
trunk/roundcubemail/program/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_imap.php

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

    r5898 r5962  
    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.