1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-21 10:13:43 +03:00

0025790: Drop unimplemented method ShallowCopy() from TCollection_HSequence.cdl

This commit is contained in:
kgv 2015-02-04 10:18:23 +03:00 committed by bugmaster
parent 0bb1f1133c
commit 298fdbfb18

View File

@ -271,12 +271,6 @@ is
---C++: return & ---C++: return &
---C++: inline ---C++: inline
ShallowCopy(me) returns like me;
---Purpose: function call
---C++: function call
-- IsSameState (me; other : like me) returns Boolean;
fields fields
mySequence : TheSequence; mySequence : TheSequence;
end; end;