| Index: xfa/src/fwl/src/core/include/fwl_targetimp.h
|
| diff --git a/xfa/src/fwl/src/core/include/fwl_targetimp.h b/xfa/src/fwl/src/core/include/fwl_targetimp.h
|
| index 5f494a78e2d4fd6c3b422d15552b5953b3b265a8..d0a6caa30822f71b7d030c67591b23b85b281899 100644
|
| --- a/xfa/src/fwl/src/core/include/fwl_targetimp.h
|
| +++ b/xfa/src/fwl/src/core/include/fwl_targetimp.h
|
| @@ -14,9 +14,6 @@ class CFWL_TargetImp {
|
| public:
|
| virtual ~CFWL_TargetImp();
|
|
|
| - virtual FX_DWORD Release();
|
| - virtual IFWL_Target* Retain();
|
| - virtual FX_DWORD GetRefCount() const;
|
| virtual FWL_ERR GetClassName(CFX_WideString& wsClass) const;
|
| virtual FX_DWORD GetClassID() const;
|
| virtual FX_BOOL IsInstance(const CFX_WideStringC& wsClass) const;
|
| @@ -25,7 +22,6 @@ class CFWL_TargetImp {
|
|
|
| protected:
|
| CFWL_TargetImp();
|
| - FX_DWORD m_dwRefCount;
|
| };
|
|
|
| #endif // FWL_TARGETIMP_H_
|
|
|