]> cygwin.com Git - cygwin-apps/setup.git/blame - ConnectionSetting.h
Whitespace.
[cygwin-apps/setup.git] / ConnectionSetting.h
CommitLineData
39b42ff3
RC
1/*\r
2 * Copyright (c) 2003, Robert Collins <rbtcollins@hotmail.com>\r
3 *\r
4 * This program is free software; you can redistribute it and/or modify\r
5 * it under the terms of the GNU General Public License as published by\r
6 * the Free Software Foundation; either version 2 of the License, or\r
7 * (at your option) any later version.\r
8 *\r
9 * A copy of the GNU General Public License can be found at\r
10 * http://www.gnu.org/\r
11 *\r
12 * Written by Robert Collins.\r
13 *\r
14 */\r
15\r
16#ifndef SETUP_CONNECTIONSETTING_H\r
17#define SETUP_CONNECTIONSETTING_H\r
18\r
19// This is the header for the ConnectionSetting class, which persists and reads\r
20// in user settings to decide how setup should connect...\r
21\r
22#include "UserSetting.h"\r
23\r
24class String;\r
25class ConnectionSetting : public UserSetting \r
26{\r
27 public:\r
28 virtual void load();\r
29 virtual void save();\r
30 private:\r
31 int typeFromString(String const &aType);\r
32};\r
33\r
34#endif /* SETUP_CONNECTIONSETTING_H */\r
This page took 0.025012 seconds and 5 git commands to generate.