Salome HOME
Fixed problem with too many executions of extrusion wit hexternal sketch edges
[modules/shaper.git] / src / Events / Events_Error.h
index 7e2e62e293ac15c691ef55c01aeab06fb4f05f03..f3c7f8024f84707aa9f0b7fa502414112fad3b1a 100644 (file)
 
 #include <string>
 
-class EVENTS_EXPORT Events_Error: public Events_Message
+class EVENTS_EXPORT Events_Error : public Events_Message
 {
-  char* myDescription; ///< pointer to the description of the error
+  char* myDescription;  ///< pointer to the description of the error
 
-public:
+ public:
   virtual ~Events_Error();
 
   static Events_ID errorID();
@@ -25,7 +25,7 @@ public:
   static void send(char* theDescription, const void* theSender = 0);
   static void send(std::string theDescription, const void* theSender = 0);
 
-protected:
+ protected:
   Events_Error(char* theDescription, const void* theSender = 0);
 };