mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +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
|
||||
{
|
||||
public:
|
||||
void Flush();
|
||||
HRESULT ValidateDeletionFlags(long lFlags);
|
||||
HRESULT ValidateMethodFlags(long lFlags);
|
||||
HRESULT ValidateQueryFlags(long lFlags);
|
||||
protected:
|
||||
virtual void Flush();
|
||||
virtual HRESULT ValidateDeletionFlags(long lFlags);
|
||||
virtual HRESULT ValidateMethodFlags(long lFlags);
|
||||
virtual HRESULT ValidateQueryFlags(long lFlags);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue