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

0024927: Getting rid of "Persistent" functionality -- Storable

Delete "Storable" class from "Standard" package and all use of it
This commit is contained in:
dln
2014-08-15 10:03:58 +04:00
committed by bugmaster
parent 41f0360528
commit 087da3bdd9
68 changed files with 73 additions and 215 deletions

View File

@@ -1,4 +1,3 @@
Storage_Macros.hxx
Storage_BucketOfPersistent.hxx
Storage_Position.hxx
Storage_Container.hxx

View File

@@ -109,8 +109,6 @@ is
ReadSolve
end;
primitive Container inherits Storable from Standard;
imported BucketOfPersistent;
imported Position; -- typedef long

View File

@@ -1,24 +0,0 @@
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public License version 2.1 as published
// by the Free Software Foundation, with special exception defined in the file
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
// distribution for complete text of the license and disclaimer of any warranty.
//
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#ifndef _Storage_Container_HeaderFile
#define _Storage_Container_HeaderFile
class Storage_BaseDriver;
typedef Storage_BaseDriver* Storage_Container;
Storage_Container& Storage_CurrentContainer();
#endif