Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
session-service-defaults.hpp
Go to the documentation of this file.
1/*
2 SESSION-SERVICE-DEFAULTS.hpp - session implementation service API: manage default objects
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
26#ifndef MOBJECT_SESSION_SESSION_SERVICE_DEFAULTS_H
27#define MOBJECT_SESSION_SESSION_SERVICE_DEFAULTS_H
28
29//#include "steam/mobject/session.hpp"
30//#include "lib/meta/generator.hpp"
31
32
33
34
35namespace steam {
36namespace mobject {
37namespace session {
38
39// using lib::meta::InstantiateChained;
40// using lib::meta::InheritFrom;
41// using lib::meta::Nil;
42
43
45 {
46 };
47
48
49
50}}} // namespace steam::mobject::session
51#endif
Namespace of Session and user visible high-level objects.
Definition sequence.hpp:65
Steam-Layer implementation namespace root.