aboutsummaryrefslogtreecommitdiff
path: root/c++-libbu++/src/gatscon/iobase.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++-libbu++/src/gatscon/iobase.h')
-rw-r--r--c++-libbu++/src/gatscon/iobase.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/c++-libbu++/src/gatscon/iobase.h b/c++-libbu++/src/gatscon/iobase.h
index 5bd3843..4475551 100644
--- a/c++-libbu++/src/gatscon/iobase.h
+++ b/c++-libbu++/src/gatscon/iobase.h
@@ -1,10 +1,17 @@
1/*
2 * Copyright (C) 2007-2012 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libgats library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef IO_BASE_H 8#ifndef IO_BASE_H
2#define IO_BASE_H 9#define IO_BASE_H
3 10
4class IoBase 11class IoBase
5{ 12{
6public: 13public:
7 virtual void saveTo( const class QString &sFile )=0; 14 virtual void saveTo( const class QString &sFile )=0;
8}; 15};
9 16
10#endif 17#endif