ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/Prefs.h
(Generate patch)

Comparing Frodo4/Src/Prefs.h (file contents):
Revision 1.7 by cebix, 2005-06-27T19:55:48Z vs.
Revision 1.8 by cebix, 2010-04-21T22:05:38Z

# Line 1 | Line 1
1   /*
2   *  Prefs.h - Global preferences
3   *
4 < *  Frodo (C) 1994-1997,2002-2005 Christian Bauer
4 > *  Frodo Copyright (C) Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 52 | Line 52 | public:
52          Prefs();
53          bool ShowEditor(bool startup, char *prefs_name);
54          void Check(void);
55 <        void Load(char *filename);
56 <        bool Save(char *filename);
55 >        void Load(const char *filename);
56 >        bool Save(const char *filename);
57  
58          bool operator==(const Prefs &rhs) const;
59          bool operator!=(const Prefs &rhs) const;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines