Fawkes API  Fawkes Development Version
openprs_manager.h
1 
2 /***************************************************************************
3  * openprs_manager.h - OpenPRS manager aspect for Fawkes
4  *
5  * Created: Mon Aug 18 15:24:17 2014
6  * Copyright 2006-2013 Tim Niemueller [www.niemueller.de]
7  ****************************************************************************/
8 
9 /* This program is free software; you can redistribute it and/or modify
10  * it under the terms of the GNU General Public License as published by
11  * the Free Software Foundation; either version 2 of the License, or
12  * (at your option) any later version. A runtime exception applies to
13  * this software (see LICENSE.GPL_WRE file mentioned below for details).
14  *
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18  * GNU Library General Public License for more details.
19  *
20  * Read the full text in the LICENSE.GPL_WRE file in the doc directory.
21  */
22 
23 #ifndef __PLUGINS_OPENPRS_ASPECT_OPENPRS_MANAGER_H_
24 #define __PLUGINS_OPENPRS_ASPECT_OPENPRS_MANAGER_H_
25 
26 #include <aspect/aspect.h>
27 #include <core/utils/lockptr.h>
28 #include <plugins/openprs/aspect/openprs_kernel_manager.h>
29 
30 namespace fawkes {
31 #if 0 /* just to make Emacs auto-indent happy */
32 }
33 #endif
34 
35 class OpenPRSManagerAspect : public virtual Aspect
36 {
37  friend class OpenPRSManagerAspectIniFin;
38 
39  public:
41  virtual ~OpenPRSManagerAspect();
42 
43  protected:
45 
46 };
47 
48 } // end namespace fawkes
49 
50 #endif
virtual ~OpenPRSManagerAspect()
Virtual empty destructor.
Fawkes aspect base class.
Definition: aspect.h:34
Fawkes library namespace.
OpenPRSManagerAspect initializer/finalizer.
LockPtr<> is a reference-counting shared lockable smartpointer.
Definition: lockptr.h:57
Thread aspect access the OpenPRS kernel manager.
LockPtr< OpenPRSKernelManager > openprs_kernel_mgr
OpenPRS kenerl manager.