Don't mask useful user signals on UNIX.
[bertos.git] / emul / emul.h
index b6631e1ae0d83a1ac3e4e6b8fe2f8f3ea62e5243..05b486cccf08fd60aafb4d4288d85a991071b36f 100755 (executable)
@@ -3,7 +3,7 @@
  * <!--
  * Copyright 2006 Develer S.r.l. (http://www.develer.com/)
  * Copyright 2000, 2001 Bernardo Innocenti <bernie@codewiz.org>
- * All Rights Reserved.
+ * This file is part of DevLib - See README.devlib for information.
  * -->
  *
  * \version $Id$
 
 /*#*
  *#* $Log$
+ *#* Revision 1.3  2006/01/23 23:12:08  bernie
+ *#* Let Doxygen see through C++ protected section.
+ *#*
+ *#* Revision 1.2  2006/01/16 03:51:51  bernie
+ *#* Fix boilerplate.
+ *#*
  *#* Revision 1.1  2006/01/16 03:37:12  bernie
  *#* Add emulator skeleton.
  *#*
@@ -25,7 +31,7 @@
 
 #include <cfg/compiler.h>
 
-#ifdef __cplusplus
+#if defined(__cplusplus) || defined(__doxygen__)
 
 // fwd decls
 class QApplication;