Kaydet (Commit) 4dada6cf authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS pj43 (1.4.18); FILE MERGED

2005/12/05 14:00:57 kendy 1.4.18.1: #i33644#
"A less simple heap manager is needed": behave better on 64bit platforms.
üst bc2ab054
......@@ -4,9 +4,9 @@
*
* $RCSfile: pointer.hxx,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: rt $ $Date: 2005-09-08 03:53:22 $
* last change: $Author: hr $ $Date: 2005-12-28 17:30:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -36,12 +36,8 @@
#ifndef CONFIGMGR_POINTER_HXX
#define CONFIGMGR_POINTER_HXX
#ifndef _SAL_TYPES_H_
#include <sal/types.h>
#endif
#ifndef INCLUDED_SHARABLE_BASETYPES_HXX
#include "types.hxx"
#ifndef CONFIGMGR_MEMORYMODEL_HXX
#include "memorymodel.hxx"
#endif
namespace configmgr
......@@ -59,7 +55,7 @@ namespace configmgr
friend class Accessor;
friend class UpdateAccessor;
typedef sharable::Address AddressType;
typedef memory::Address AddressType;
AddressType m_value;
......
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