]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - AntiVirus.h
Make DIALOG STYLEs consistent
[cygwin-apps/setup.git] / AntiVirus.h
index 54d017f91ad3f6c00770f642279260beac858ab4..a6dce9885bb5df95294547807fb3c18939667965 100644 (file)
@@ -1,6 +1,3 @@
-#ifndef CINSTALL_ANTIVIRUS_H
-#define CINSTALL_ANTIVIRUS_H
-
 /*
  * Copyright (c) 2001, Gary R. Van Sickle.
  *
@@ -16,6 +13,9 @@
  *
  */
 
+#ifndef SETUP_ANTIVIRUS_H
+#define SETUP_ANTIVIRUS_H
+
 // This is the header for the AntiVirusPage class, which lets the user
 // disable their virus scanner if needed.
 
@@ -41,10 +41,11 @@ public:
   bool Create ();
 
   virtual void OnActivate ();
+  virtual bool wantsActivation() const;
   virtual void OnDeactivate ();
   virtual long OnNext ();
   virtual long OnBack ();
   virtual long OnUnattended ();
 };
 
-#endif /* CINSTALL_ANTIVIRUS_H */
+#endif /* SETUP_ANTIVIRUS_H */
This page took 0.024105 seconds and 5 git commands to generate.