Salome HOME
EMPTY method CreatePrs() that was already declared in header file - is added. To...
authorasv <asv@opencascade.com>
Mon, 27 Jun 2005 11:53:49 +0000 (11:53 +0000)
committerasv <asv@opencascade.com>
Mon, 27 Jun 2005 11:53:49 +0000 (11:53 +0000)
src/Plot2d/Plot2d_ViewFrame.cxx

index 116410def87b44fbe522a8be4bfe9fa41c1b49e2..912dea7eb8ce79bf808a2326b9b2604377ec3b3f 100755 (executable)
@@ -1702,3 +1702,9 @@ bool Plot2d_Plot2d::existMarker( const QwtSymbol::Style typeMarker, const QColor
   }
   return false;
 }
+
+// TEMPORARY SOLUTION!!!  TO BE IMPLEMENTED!!!
+Plot2d_Prs* Plot2d_ViewFrame::CreatePrs( const char* /*entry*/ )
+{
+  return 0;
+}