Remove CVS logs. Reformat.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 20 May 2008 13:43:57 +0000 (13:43 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 20 May 2008 13:43:57 +0000 (13:43 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1294 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/dt/dnotifier.c
bertos/dt/dnotifier.h
bertos/dt/editint.c
bertos/mware/pool.h

index 502ce284261d29520ba9eff3e4d77ef30b5a372c..75bbfe0ed33bd60824047c3f738690da1800a754 100644 (file)
  * \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>
index 118a2f4c62171cd5accabd0fb170f3304b7e9013..09a2c3487181c4c59b66d48adb771b415978055b 100644 (file)
@@ -29,8 +29,6 @@
  * 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>
 
index 8ddcb7ed0bdc37afd7d84a24bf3388006cfbcb4c..9f900701bc6efbb33b209e4db386869d67a710a8 100644 (file)
@@ -29,8 +29,6 @@
  * 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>
 
 /**
index a6834e6ce941195ab3afb82cfafe2e62d5cec883..6100abba47f15eb9d1cedeee5d54a21d0edecd48 100644 (file)
  * \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