diff options
author | wei <> | 2006-09-09 03:08:55 +0000 |
---|---|---|
committer | wei <> | 2006-09-09 03:08:55 +0000 |
commit | e6105cdbe66420c4f30639ee1d652ce740054849 (patch) | |
tree | e046806b91241a1e6b18ae721f8358f0273e5924 /framework/Collections/TQueue.php | |
parent | 90b3f22cba8ad85ef2eb38c158fa2da46d798cf8 (diff) |
Add basic active control docs.
Diffstat (limited to 'framework/Collections/TQueue.php')
-rw-r--r-- | framework/Collections/TQueue.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/Collections/TQueue.php b/framework/Collections/TQueue.php index e58d05c6..e70b0ded 100644 --- a/framework/Collections/TQueue.php +++ b/framework/Collections/TQueue.php @@ -6,7 +6,7 @@ * @link http://www.pradosoft.com/
* @copyright Copyright © 2005 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Revision: $ $Date: $
+ * @version $Id$
* @package System.Collections
*/
@@ -27,7 +27,7 @@ * </code>
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @version $Revision: $ $Date: $
+ * @version $Id$
* @package System.Collections
* @since 3.1
*/
@@ -171,7 +171,7 @@ class TQueue extends TComponent implements IteratorAggregate * for traversing the items in the queue.
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @version $Revision: $ $Date: $
+ * @version $Id$
* @package System.Collections
* @since 3.1
*/
|