Subversion Repositories public

Rev

Rev 88 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88 Rev 232
Line 1... Line 1...
1
/***************************************************************************
1
/***************************************************************************
2
 *   Copyright (C) 2007 by Andreas Theofilu                             *
2
 *   Copyright (C) 2007 - 2009 by Andreas Theofilu                         *
3
 *   andreas@theosys.at                                               *
3
 *   andreas@theosys.at                                                    *
4
 *                                                                         *
4
 *                                                                         *
5
 *   This program is free software; you can redistribute it and/or modify  *
5
 *   This program is free software; you can redistribute it and/or modify  *
6
 *   it under the terms of the GNU General Public License as published by  *
6
 *   it under the terms of the GNU General Public License as published by  *
7
 *   the Free Software Foundation version 3 of the License.                *
7
 *   the Free Software Foundation version 3 of the License.                *
8
 *                                                                         *
8
 *                                                                         *
Line 29... Line 29...
29
 
29
 
30
class manageFile
30
class manageFile
31
{
31
{
32
	public:
32
	public:
33
	   manageFile();
33
	   manageFile();
-
 
34
	   manageFile(const QString &name) { manageFile (name.toAscii().constData()); };
34
	   manageFile(const char *name);
35
	   manageFile(const char *name);
35
	   ~manageFile();
36
	   ~manageFile();
36
	   void destroy();
37
	   void destroy();
37
 
38
 
38
	   int setFileName(const char *name);
39
	   int setFileName(const char *name);