Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
wiringrequest.hpp
Go to the documentation of this file.
1/*
2 WIRINGREQUEST.hpp - (interface) the intention to make a data or control connection
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
25#ifndef MOBJECT_BUILDER_WIRINGREQUEST_H
26#define MOBJECT_BUILDER_WIRINGREQUEST_H
27
28
29
30namespace steam {
31namespace mobject {
32namespace builder {
33
34
44 {
45 public:
49 };
50
51
52
53}}} // namespace steam::mobject::builder
54#endif
A statefull value object denoting the wish to establish a link or connection between two entities.
Steam-Layer implementation namespace root.