Lumiera  0.pre.03
»edit your freedom«
session-service-mock-index.hpp
Go to the documentation of this file.
1 /*
2  SESSION-SERVICE-MOCK-INDEX.hpp - session service API: mock PlacementIndex for tests
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 
35 #ifndef MOBJECT_SESSION_SESSION_SERVICE_MOCK_INDEX_H
36 #define MOBJECT_SESSION_SESSION_SERVICE_MOCK_INDEX_H
37 
39 
40 #include <memory>
41 
42 
43 
44 
45 namespace steam {
46 namespace mobject {
47 namespace session {
48 
49  typedef std::shared_ptr<PlacementIndex> PPIdx;
50 
51 
62  {
63  public:
64  static PPIdx install ();
65  };
66 
67 
68 
69 }}} // namespace steam::mobject::session
70 #endif
Steam-Layer implementation namespace root.
Namespace of Session and user visible high-level objects.
Definition: sequence.hpp:65
Core of the session implementation datastructure.
there is an implicit PlacementIndex available on a global level, by default implemented within the cu...
static PPIdx install()
Re-define the implicit PlacementIndex temporarily, e.g.