Lumiera  0.pre.03
»edit your freedom«
testsession1.hpp
Go to the documentation of this file.
1 /*
2  TESTSESSION1.hpp - complete session configuration used for various 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 
22 #ifndef MOBJECT_SESSION_TESTSESSION1_H
23 #define MOBJECT_SESSION_TESTSESSION1_H
24 
25 
27 #include "lib/error.hpp"
28 //#include "lib/util.hpp"
29 
30 //#include <string>
31 
32 //using std::string;
33 
34 
35 namespace steam {
36 namespace mobject {
37 namespace session {
38 
45  inline void
47  {
48  UNIMPLEMENTED ("Test-Session 1");
49  };
50 
51 
56  inline bool
58  {
59  UNIMPLEMENTED ("Test-Session 1");
60  return false;
61  };
62 
63 
64  const string SESSION1_CLIP("TODO: some sensible way to refer to a clip");
65 
66 
67 }}} // namespace steam::mobject::session
68 #endif
Steam-Layer implementation namespace root.
Namespace of Session and user visible high-level objects.
Definition: sequence.hpp:65
void buildTestsession1()
Create a Test Session configuration usable for various Tests.
Lumiera error handling (C++ interface).
bool checkTestsession1()
Analyse the current (global) Session to verify the configuration of "Test-Session 1"...
Primary Interface to the current Session.