mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
[FRAMEDYN]
* Actually use the right declaration. Fixes MSVC builds. svn path=/trunk/; revision=65851
This commit is contained in:
parent
f89f1cdf72
commit
1db4f01f36
1 changed files with 5 additions and 5 deletions
|
@ -8,11 +8,11 @@
|
||||||
|
|
||||||
class Provider
|
class Provider
|
||||||
{
|
{
|
||||||
public:
|
protected:
|
||||||
void Flush();
|
virtual void Flush();
|
||||||
HRESULT ValidateDeletionFlags(long lFlags);
|
virtual HRESULT ValidateDeletionFlags(long lFlags);
|
||||||
HRESULT ValidateMethodFlags(long lFlags);
|
virtual HRESULT ValidateMethodFlags(long lFlags);
|
||||||
HRESULT ValidateQueryFlags(long lFlags);
|
virtual HRESULT ValidateQueryFlags(long lFlags);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue