Internalfunctions - SmartSlog KP Library
generic.h
Go to the documentation of this file.
1 
2 /*
3  * generic.h - provides uniform access to PetrSU KP library.
4  * This file is part of PetrSU KP library.
5  *
6  * Copyright (C) 2009 - Pavel Vanag. All rights reserved.
7  *
8  * PetrSU KP library is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License as published by
10  * the Free Software Foundation; either version 2 of the License, or
11  * (at your option) any later version.
12  *
13  * PetrSU KP library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License
19  * along with <program name>; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin St, Fifth Floor,
21  * Boston, MA 02110-1301 USA
22  */
23 
24 #ifndef _GENERIC_H_
25 #define _GENERIC_H_
26 
27 #include "structures.h"
28 #include "classes.h"
29 #include "properties.h"
30 #include "ss_classes.h"
31 #include "ss_properties.h"
32 #include "ss_populate.h"
33 #include "subscription.h"
34 #include "kpi_interface.h"
35 #include "property_changes.h"
36 
37 #endif /* _GENERIC_H_ */