Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
netnodefacade.hpp
Go to the documentation of this file.
1/*
2 NETNODEFACADE.hpp - access point for maintaining a renderfarm node
3
4 Copyright (C)
5 2008, Hermann Vosseler <Ichthyostega@web.de>
6
7  **Lumiera** is free software; you can redistribute it and/or modify it
8  under the terms of the GNU General Public License as published by the
9  Free Software Foundation; either version 2 of the License, or (at your
10  option) any later version. See the file COPYING for further details.
11
12*/
13
14
23#ifndef VAULT_INTERFACE_NETNODEFACADE_H
24#define VAULT_INTERFACE_NETNODEFACADE_H
25
26
27#include "common/subsys.hpp"
28
29
30
31namespace vault {
32
33
34 /**************************************************************/
45 {
50
51
54
55 };
56
57
58
59} // namespace vault
60#endif
Dependencies and lifecycle of a partially independent Subsystem of the Application.
Definition subsys.hpp:63
Vault-Layer implementation namespace root.
Interface to the vault layer (renderfarm node): Global access point for starting a server listening o...
static lumiera::Subsys & getDescriptor()
provide a descriptor for lumiera::AppState, wired accordingly to allow main to start and stop a node ...
Describing dependencies and lifecycle of the application's primary parts.