]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - localdir.h
2001-01-04 Gary R. Van Sickle <g.r.vansickle@worldnet.att.net>
[cygwin-apps/setup.git] / localdir.h
index af0adccd0ea419d6a0cd3a8576caf6219206cdec..5795f20191834651d67115f69a144928efc4384f 100644 (file)
@@ -1,44 +1,44 @@
-#ifndef CINSTALL_LOCALDIR_H\r
-#define CINSTALL_LOCALDIR_H\r
-\r
-/*\r
- * Copyright (c) 2001, Gary R. Van Sickle.\r
- *\r
- *     This program is free software; you can redistribute it and/or modify\r
- *     it under the terms of the GNU General Public License as published by\r
- *     the Free Software Foundation; either version 2 of the License, or\r
- *     (at your option) any later version.\r
- *\r
- *     A copy of the GNU General Public License can be found at\r
- *     http://www.gnu.org/\r
- *\r
- * Written by Gary R. Van Sickle <g.r.vansickle@worldnet.att.net>\r
- *\r
- */\r
-\r
-// This is the header for the LocalDirPage class.  Allows the user to select\r
-// the local package directory (i.e. where downloaded packages are stored).\r
-\r
-\r
-#include "proppage.h"\r
-\r
-class LocalDirPage:public PropertyPage\r
-{\r
-public:\r
-  LocalDirPage ()\r
-  {\r
-  };\r
-  virtual ~ LocalDirPage ()\r
-  {\r
-  };\r
-\r
-  bool Create ();\r
-\r
-  virtual void OnActivate ();\r
-  virtual void OnInit ();\r
-  virtual long OnNext ();\r
-  virtual long OnBack ();\r
-};\r
-\r
-\r
-#endif\r
+#ifndef CINSTALL_LOCALDIR_H
+#define CINSTALL_LOCALDIR_H
+
+/*
+ * Copyright (c) 2001, Gary R. Van Sickle.
+ *
+ *     This program is free software; you can redistribute it and/or modify
+ *     it under the terms of the GNU General Public License as published by
+ *     the Free Software Foundation; either version 2 of the License, or
+ *     (at your option) any later version.
+ *
+ *     A copy of the GNU General Public License can be found at
+ *     http://www.gnu.org/
+ *
+ * Written by Gary R. Van Sickle <g.r.vansickle@worldnet.att.net>
+ *
+ */
+
+// This is the header for the LocalDirPage class.  Allows the user to select
+// the local package directory (i.e. where downloaded packages are stored).
+
+
+#include "proppage.h"
+
+class LocalDirPage:public PropertyPage
+{
+public:
+  LocalDirPage ()
+  {
+  };
+  virtual ~ LocalDirPage ()
+  {
+  };
+
+  bool Create ();
+
+  virtual void OnActivate ();
+  virtual void OnInit ();
+  virtual long OnNext ();
+  virtual long OnBack ();
+};
+
+
+#endif
This page took 0.026547 seconds and 5 git commands to generate.