~lubuntu-dev/lxde/libsysstat-lxde

« back to all changes in this revision

Viewing changes to sysstat_global.h

  • Committer: Kuzma Shapran
  • Date: 2013-01-19 21:05:50 UTC
  • Revision ID: git-v1:11cc6ba1c2df1bcb25b8cd6cfc86c0a33e306b42
Style follows the Coding Standard

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* BEGIN_COMMON_COPYRIGHT_HEADER
 
2
 * (c)LGPL2+
 
3
**
 
4
**  SysStat is a Qt-based interface to system statistics
 
5
**
 
6
**  Authors:
 
7
**       Copyright (c) 2009 - 2012 Kuzma Shapran <Kuzma.Shapran@gmail.com>
 
8
**
 
9
**  This library is free software; you can redistribute it and/or
 
10
**  modify it under the terms of the GNU Lesser General Public
 
11
**  License as published by the Free Software Foundation; either
 
12
**  version 2.1 of the License, or (at your option) any later version.
 
13
**
 
14
**  This library is distributed in the hope that it will be useful,
 
15
**  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
**  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
17
**  Lesser General Public License for more details.
 
18
**
 
19
**  You should have received a copy of the GNU Lesser General Public
 
20
**  License along with this library;
 
21
**  if not, write to the Free Software Foundation, Inc.,
 
22
**  51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
23
**
 
24
** END_COMMON_COPYRIGHT_HEADER */
 
25
 
 
26
 
 
27
#ifndef LIBSYSSTAT__SYSSTAT__GLOBAL__INCLUDED
 
28
#define LIBSYSSTAT__SYSSTAT__GLOBAL__INCLUDED
 
29
 
 
30
#include <QtCore/QtGlobal>
 
31
 
 
32
#if defined(SYSSTAT_LIBRARY)
 
33
#  define SYSSTATSHARED_EXPORT Q_DECL_EXPORT
 
34
#else
 
35
#  define SYSSTATSHARED_EXPORT Q_DECL_IMPORT
 
36
#endif
 
37
 
 
38
#endif // LIBSYSSTAT__SYSSTAT__GLOBAL__INCLUDED