Kaydet (Commit) 10ff7c68 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS dialogdiet (1.1.1.1.528); FILE MERGED

2003/11/28 17:39:04 mba 1.1.1.1.528.1: #i22972#: Init removed from Offmgr
üst b895f760
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: eerdll.hxx,v $ * $RCSfile: eerdll.hxx,v $
* *
* $Revision: 1.1.1.1 $ * $Revision: 1.2 $
* *
* last change: $Author: hr $ $Date: 2000-09-18 17:00:55 $ * last change: $Author: hr $ $Date: 2004-02-03 17:21:36 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -89,8 +89,9 @@ public: ...@@ -89,8 +89,9 @@ public:
ResMgr* GetResMgr() const { return pResMgr; } ResMgr* GetResMgr() const { return pResMgr; }
GlobalEditData* GetGlobalData() const { return pGlobalData; } GlobalEditData* GetGlobalData() const { return pGlobalData; }
static EditDLL* Get();
}; };
#define EE_DLL() (*(EditDLL**)GetAppData( SHL_EDIT ) ) #define EE_DLL() EditDLL::Get()
#endif //_EERDLL_HXX #endif //_EERDLL_HXX
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