summaryrefslogtreecommitdiff
path: root/src/libpcp_qmc/src/qmc.h
blob: cdd0f99820c4f89863159f9fdfc2c0056328abac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
 * Copyright (c) 1998-2005 Silicon Graphics, Inc.  All Rights Reserved.
 * Copyright (c) 2007 Aconex.  All Rights Reserved.
 * 
 * This library is free software; you can redistribute it and/or modify it
 * under the terms of the GNU Lesser General Public License as published
 * by the Free Software Foundation; either version 2.1 of the License, or
 * (at your option) any later version.
 */
#ifndef QMC_H
#define QMC_H

#include <pcp/pmapi.h>
#include <pcp/impl.h>

//
// Classes
//
class QmcContext;
class QmcDesc;
class QmcGroup;
class QmcIndom;
class QmcMetric;
class QmcSource;

#endif // QMC_H