[SDK] One step further towards ReactOS source code tree restructure: the sdk folder...
[reactos.git] / reactos / include / psdk / provider.h
diff --git a/reactos/include/psdk/provider.h b/reactos/include/psdk/provider.h
deleted file mode 100644 (file)
index 0208704..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#pragma once
-
-#ifndef _PROVIDER_H
-#define _PROVIDER_H
-
-#include <windows.h>
-#include <provexce.h>
-
-class Provider
-{
-protected:
-    virtual void Flush();
-    virtual HRESULT ValidateDeletionFlags(long lFlags);
-    virtual HRESULT ValidateMethodFlags(long lFlags);
-    virtual HRESULT ValidateQueryFlags(long lFlags);
-};
-
-#endif