Browse Source

Fixed comments for FSM 1.7

Frederic G. Marand 17 years ago
parent
commit
7f08d78c84
1 changed files with 7 additions and 3 deletions
  1. 7 3
      Background_Application.php

+ 7 - 3
Background_Application.php

@@ -1,13 +1,17 @@
 <?php
 /**
  *
- * This version relies on OSInet FSM >= 1.5
+ * Base application class for an application able to perform background work
+ * based on an OSInet Finite_State_Machine (fsm).
+ *
+ * This version relies on OSInet FSM >= 1.6
  *
  * @copyright  (c) 2007 OSI
  * @license    Licensed under the CeCILL 2.0
- * @version    CVS: $Id: Background_Application.php,v 1.1 2007-05-08 21:48:13 marand Exp $
- * @link       http://wiki.audean.com/
+ * @version    CVS: $Id: Background_Application.php,v 1.2 2007-06-03 21:23:11 marand Exp $
+ * @link       http://wiki.audean.com/fsm/fsm
  * @since      Not applicable yet
+ * @package    fsm
  */
 
 error_reporting(E_ALL|E_STRICT);