]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/liborte/ORTEVerbosity.c
Reformat the sources with orte/uncrustify script
[orte.git] / orte / liborte / ORTEVerbosity.c
index f8e2808eb7eae8a948d211abe772272f6fb96ae0..fd10b1e72c9bd96caf9666b6a3a9b014ff5332a8 100644 (file)
@@ -1,39 +1,46 @@
 /*
- *  $Id: ORTEVerbosity.c,v 0.0.0.1  2003/08/21 
+ *  $Id: ORTEVerbosity.c,v 0.0.0.1  2003/08/21
  *
- *  DEBUG:  section 27                  Verbosity function                  
- *  AUTHOR: Petr Smolik                 petr.smolik@wo.cz
+ *  DEBUG:  section 27                  Verbosity function
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  -------------------------------------------------------------------
+ *                                ORTE
+ *                      Open Real-Time Ethernet
+ *
+ *                      Copyright (C) 2001-2006
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic
+ *                      http://dce.felk.cvut.cz
+ *                      http://www.ocera.org
+ *
+ *  Author:              Petr Smolik   petr@smoliku.cz
+ *  Advisor:             Pavel Pisa
+ *  Project Responsible: Zdenek Hanzalek
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *  the Free Software Foundation; either version 2 of the License, or
  *  (at your option) any later version.
- *  
+ *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *  GNU General Public License for more details.
- *  
- */ 
+ *
+ */
 
-#include "orte.h"
+#include "orte_all.h"
 
 /*****************************************************************************/
-void 
-ORTEVerbositySetOptions(const char *options) {
+inline void
+ORTEVerbositySetOptions(const char *options)
+{
   debug_options(options);
 }
 
 /*****************************************************************************/
-void 
-ORTEVerbositySetLogFile(const char *logfile) {
+inline void
+ORTEVerbositySetLogFile(const char *logfile)
+{
   debug_open_log(logfile);
 }
-
-
-
-
-