Line |
Branch |
Exec |
Source |
1 |
|
|
/***************************************************************************** |
2 |
|
|
* |
3 |
|
|
* $Id$ |
4 |
|
|
* |
5 |
|
|
* Copyright 2010 - 2012 Richard Hacker (lerichi at gmx dot net) |
6 |
|
|
* Florian Pose <fp@igh-essen.com> |
7 |
|
|
* |
8 |
|
|
* This file is part of the pdserv library. |
9 |
|
|
* |
10 |
|
|
* The pdserv library is free software: you can redistribute it and/or modify |
11 |
|
|
* it under the terms of the GNU Lesser General Public License as published |
12 |
|
|
* by the Free Software Foundation, either version 3 of the License, or (at |
13 |
|
|
* your option) any later version. |
14 |
|
|
* |
15 |
|
|
* The pdserv library is distributed in the hope that it will be useful, but |
16 |
|
|
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY |
17 |
|
|
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public |
18 |
|
|
* License for more details. |
19 |
|
|
* |
20 |
|
|
* You should have received a copy of the GNU Lesser General Public License |
21 |
|
|
* along with the pdserv library. If not, see <http://www.gnu.org/licenses/>. |
22 |
|
|
* |
23 |
|
|
*****************************************************************************/ |
24 |
|
|
|
25 |
|
|
#include "../Debug.h" |
26 |
|
|
#include "SessionData.h" |
27 |
|
|
#include "ShmemDataStructures.h" |
28 |
|
|
#include "Event.h" |
29 |
|
|
|
30 |
|
|
//////////////////////////////////////////////////////////////////////////// |
31 |
|
✗ |
SessionData::SessionData (EventData* rp): readPointer(rp) |
32 |
|
|
{ |
33 |
|
|
} |
34 |
|
|
|