Salome HOME
#1404 Random crash with Shaper: AIS presentations: operation prs, result sketch prs...
[modules/shaper.git] / src / ModelAPI / ModelAPI_Events.h
index 656ec109aeddf4735c8351b0d597ca0ec761cbbb..aee15049df32f206e15464d046517b684769cbdc 100644 (file)
@@ -48,6 +48,9 @@ static const char * EVENT_FEATURE_STATE_RESPONSE = "FeatureStateResponse";
 static const char * EVENT_UPDATE_VIEWER_BLOCKED = "UpdateViewerBlocked";
 static const char * EVENT_UPDATE_VIEWER_UNBLOCKED = "UpdateViewerUnblocked";
 
+static const char * EVENT_EMPTY_AIS_PRESENTATION = "EmptyAISPresentation";
+static const char * EVENT_EMPTY_OPERATION_PRESENTATION = "EmptyOperationPresentation";
+
 static const char * EVENT_PREVIEW_BLOCKED = "PreviewBlocked";
 static const char * EVENT_PREVIEW_REQUESTED = "PreviewRequested";