Salome HOME
CCAR: import_hook.py was too strict in ensure_list (ImportError raised)
[modules/kernel.git] / src / Utils / Utils_CommException.hxx
index 34ea011aaf70b69640fa56be102ffdae1ef31995..23da215a4bcbda48e012f6f24f4a745aae719b35 100644 (file)
@@ -1,4 +1,4 @@
-//  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
+//  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 //  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -19,6 +19,7 @@
 //
 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
 //  SALOME Utils : general SALOME's definitions and tools
 //  File   : Utils_CommException.hxx
 //  Author : Antoine YESSAYAN, EDF
 class UTILS_EXPORT CommException : public SALOME_Exception
 {
 public :
-       CommException( void );
-       CommException( const char *texte );
-       CommException( const CommException &ex );
-       ~CommException() throw ();
+        CommException( void );
+        CommException( const char *texte );
+        CommException( const CommException &ex );
+        ~CommException() throw ();
 } ;
 
-# endif        /* # if ( !defined __Utils_CommException_H__ ) */
+# endif /* # if ( !defined __Utils_CommException_H__ ) */