mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[FRAMEDYN]
* Actually use the right declaration. Fixes MSVC builds. svn path=/trunk/; revision=65851
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user