* \author Francesco Sacchi <batt@develer.com>
*/
-/*#*
- *#* $Log$
- *#* Revision 1.2 2006/07/19 12:56:26 bernie
- *#* Convert to new Doxygen style.
- *#*
- *#* Revision 1.1 2005/11/04 18:26:38 bernie
- *#* Import into DevLib.
- *#*
- *#* Revision 1.5 2005/06/09 13:49:22 batt
- *#* Reformat; correct some comments.
- *#*
- *#* Revision 1.4 2005/06/09 13:23:58 batt
- *#* Add some comments.
- *#*
- *#* Revision 1.3 2005/06/08 17:32:33 batt
- *#* Switch to new messaging system.
- *#*
- *#* Revision 1.2 2005/06/06 11:04:12 batt
- *#* Add some comments.
- *#*
- *#* Revision 1.1 2005/05/26 08:32:53 batt
- *#* Add new Develer widget system :)
- *#*
- *#*/
-
#include <cfg/debug.h>
#include <dt/dtag.h>
* Copyright 2005 Develer S.r.l. (http://www.develer.com/)
* -->
*
- * \version $Id$
- *
* \brief Notifier obj (interface).
*
* \version $Id$
* \author Francesco Sacchi <batt@develer.com>
*/
-/*#*
- *#* $Log$
- *#* Revision 1.2 2006/07/19 12:56:26 bernie
- *#* Convert to new Doxygen style.
- *#*
- *#* Revision 1.1 2005/11/04 18:26:38 bernie
- *#* Import into DevLib.
- *#*
- *#* Revision 1.4 2005/06/09 13:23:58 batt
- *#* Add some comments.
- *#*
- *#* Revision 1.3 2005/06/08 17:32:33 batt
- *#* Switch to new messaging system.
- *#*
- *#* Revision 1.2 2005/06/06 11:04:12 batt
- *#* Add some comments.
- *#*
- *#* Revision 1.1 2005/05/26 08:32:53 batt
- *#* Add new Develer widget system :)
- *#*
- *#*/
#ifndef DT_DNOTIFIER_H
#define DT_DNOTIFIER_H
#include <cfg/debug.h>
+#include <cfg/macros.h>
+
#include <dt/dtag.h>
#include <mware/list.h>
* Copyright 2005 Develer S.r.l. (http://www.develer.com/)
* -->
*
- * \version $Id$
- *
* \brief Integer edit widget (implementation).
*
* \version $Id$
* \author Francesco Sacchi <batt@develer.com>
*/
-/*#*
- *#* $Log$
- *#* Revision 1.2 2006/07/19 12:56:26 bernie
- *#* Convert to new Doxygen style.
- *#*
- *#* Revision 1.1 2005/11/04 18:26:38 bernie
- *#* Import into DevLib.
- *#*
- *#* Revision 1.7 2005/06/10 15:46:09 batt
- *#* Add EDIS_WRAP style that wrap around min and max.
- *#*
- *#* Revision 1.6 2005/06/08 17:32:33 batt
- *#* Switch to new messaging system.
- *#*
- *#* Revision 1.5 2005/06/06 11:04:12 batt
- *#* Add some comments.
- *#*
- *#* Revision 1.4 2005/05/31 11:09:34 batt
- *#* Fix sending pointer instead of value bug.
- *#*
- *#* Revision 1.3 2005/05/26 14:46:20 batt
- *#* Use correct tag; remove warning.
- *#*
- *#* Revision 1.2 2005/05/26 14:44:10 batt
- *#* Abstract widget from layer: use context.
- *#*
- *#* Revision 1.1 2005/05/26 08:32:53 batt
- *#* Add new Develer widget system :)
- *#*
- *#*/
-
#include <mware/editint.h>
+
+#include <cfg/macros.h>
+
#include <dt/dwidget.h>
#include <dt/dtag.h>
#include <dt/dnotifier.h>
-#include <cfg/macros.h>
-
#include <drv/lcd_text.h>
/**
* \author Giovanni Bajo <rasky@develer.com>
*/
-/*#*
- *#* $Log$
- *#* Revision 1.6 2006/07/19 12:56:28 bernie
- *#* Convert to new Doxygen style.
- *#*
- *#* Revision 1.5 2005/11/04 16:20:02 bernie
- *#* Fix reference to README.devlib in header.
- *#*
- *#* Revision 1.4 2005/04/11 19:10:28 bernie
- *#* Include top-level headers from cfg/ subdir.
- *#*
- *#* Revision 1.3 2004/12/08 08:09:01 bernie
- *#* Add missing header.
- *#*
- *#*/
#ifndef MWARE_POOL_H
#define MWARE_POOL_H