libflom: FLoM (Free Lock Manager) client library
Main Page
Namespaces
Classes
Files
File List
File Members
flom.hh
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2013-2020, Christian Ferrari <tiian@users.sourceforge.net>
3
* All rights reserved.
4
*
5
* This file is part of FLoM, Free Lock Manager
6
*
7
* FLoM is free software: you can redistribute it and/or modify
8
* it under the terms of the GNU General Public License version 2.0 as
9
* published by the Free Software Foundation.
10
*
11
* FLoM is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License
17
* along with FLoM. If not, see <http://www.gnu.org/licenses/>.
18
*/
19
20
/*
21
* Use this header file to include the stuff necessary to use libflom library
22
* with C++ programming language
23
*/
24
25
#ifndef FLOM_HH
26
# define FLOM_HH
27
# include "
flom_errors.h
"
28
# include "flom_handle.h"
29
# include "flom_types.h"
30
# include "
FlomHandle.hh
"
31
#endif
/* FLOM_HH */
FlomHandle.hh
flom_errors.h
Copyright © 2013-2020, Christian Ferrari
tiian@users.sourceforge.net