Kaydet (Commit) 61f9f45a authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS mhu05 (1.3.8); FILE MERGED

2004/12/09 18:03:25 mhu 1.3.8.1: #i38646# Disabled internal commit (sync) to disk (STORE_FEATURE_COMMIT). Improved propagation of errors from fsync() and close() calls.
üst 2792cd9b
......@@ -2,9 +2,9 @@
*
* $RCSfile: store.cxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: kz $ $Date: 2004-07-30 15:29:46 $
* last change: $Author: vg $ $Date: 2004-12-23 11:33:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -59,7 +59,7 @@
*
************************************************************************/
#define _STORE_STORE_CXX_ "$Revision: 1.3 $"
#define _STORE_STORE_CXX_ "$Revision: 1.4 $"
#ifndef _SAL_TYPES_H_
#include <sal/types.h>
......@@ -246,9 +246,9 @@ storeError SAL_CALL store_closeFile (
if (!pManager)
return store_E_InvalidHandle;
pManager->close();
storeError eErrCode = pManager->close();
pManager->release();
return store_E_None;
return eErrCode;
}
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment