1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

Integration of OCCT 6.5.0 from SVN

This commit is contained in:
bugmaster
2011-03-16 07:30:28 +00:00
committed by bugmaster
parent 4903637061
commit 7fd59977df
16375 changed files with 3882564 additions and 0 deletions

2
src/PStandard/FILES Executable file
View File

@@ -0,0 +1,2 @@
PStandard_CMPLRS.edl
PStandard_LDSHR.edl

17
src/PStandard/PStandard.cdl Executable file
View File

@@ -0,0 +1,17 @@
-- File: PStandard.cdl
-- Created: Mon Jan 29 14:55:58 1996
-- Author: Kernel
-- <kernel@ylliox>
---Copyright: Matra Datavision 1996
package PStandard
---Purpose: This package <PStandard> contains the declaration of the
-- generic class ArrayNode
uses
Standard
is
class ArrayNode;
end PStandard;

View File

@@ -0,0 +1,15 @@
-- File: PStandard_ArrayNode.cdl
-- Created: Mon Jan 29 15:12:20 1996
-- Author: Kernel
-- <kernel@ylliox>
---Copyright: Matra Datavision 1996
class ArrayNode from PStandard
-- inherits Storable from Standard
inherits Persistent from Standard
is
Create returns mutable ArrayNode from PStandard;
---Purpose: Creates an empty ArrayNode.
end ArrayNode;

View File

@@ -0,0 +1,6 @@
#include <PStandard_ArrayNode.ixx>
PStandard_ArrayNode::PStandard_ArrayNode()
{
}

View File

@@ -0,0 +1,3 @@
@if ( ( %Station == "ao1" ) && ( %DBMS == "OBJS" ) ) then
@uses "OBJSCMPLRS.edl";
@endif;

View File

@@ -0,0 +1,3 @@
@if ( ( %Station == "ao1" ) && ( %DBMS == "OBJS" ) ) then
@string %LDSHR_DBMSOpt += " -taso ";
@endif;