From d39ffb5833e5d0ce669869d1d574f70e484da8b7 Mon Sep 17 00:00:00 2001 From: cas Date: Wed, 24 Nov 1999 18:03:07 +0000 Subject: [PATCH] No comments --- src/MSAPI/MSAPI_MetaSchema.cxx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/MSAPI/MSAPI_MetaSchema.cxx b/src/MSAPI/MSAPI_MetaSchema.cxx index 9d15c1c..88970ba 100755 --- a/src/MSAPI/MSAPI_MetaSchema.cxx +++ b/src/MSAPI/MSAPI_MetaSchema.cxx @@ -51,7 +51,8 @@ #define MAX_ARGCHAR 512 Standard_IMPORT void MS_ClearMapOfName(); -extern Standard_IMPORT MMgt_StorageManager aStorageManager; +//extern Standard_IMPORT MMgt_StorageManager aStorageManager; +//Standard_IMPORT MMgt_StorageManager aStorageManager; //======================================================================= //Author : Jean Gautier (jga) @@ -657,7 +658,7 @@ Standard_Integer MSAPI_MetaSchema::Clear(const Standard_Integer argc, const WOKT { MS_ClearMapOfName(); WOKBuilder_MSTool::GetMSchema()->Clear(); - aStorageManager.Purge(); + Standard::Purge(); } else { @@ -682,11 +683,12 @@ Standard_Integer MSAPI_MetaSchema::Clear(const Standard_Integer argc, const WOKT } if(showmemory) { - aStorageManager.ShallowDump(cout); +// Standard::ShallowDump(cout); + Standard::StorageManagerDump(cout); } if(purge) { - aStorageManager.Purge(); + Standard::Purge(); } } -- 2.39.5