OOStuBS - Technische Informatik II (TI-II)
2.4
Hauptseite
Zusätzliche Informationen
Klassen
Dateien
Auflistung der Dateien
Datei-Elemente
include
thread
waitingroom.h
gehe zur Dokumentation dieser Datei
1
/*---------------------------------------------------------------------------*
2
* Technical Computer Science II *
3
*---------------------------------------------------------------------------*
4
* *
5
* W A I T I N G R O O M *
6
* *
7
*---------------------------------------------------------------------------*/
8
9
#ifndef __waitingroom_header__
10
#define __waitingroom_header__
11
12
/* * * * * * * * * * * * * * * * * * * * * * * * *\
13
# INCLUDES #
14
\* * * * * * * * * * * * * * * * * * * * * * * * */
15
16
#include "
common/queue.h
"
17
18
/* * * * * * * * * * * * * * * * * * * * * * * * *\
19
# CLASSES #
20
\* * * * * * * * * * * * * * * * * * * * * * * * */
21
31
class
Waitingroom
:
public
Queue
32
{
33
public
:
41
virtual
~Waitingroom
();
42
};
43
44
#endif
Erzeugt am Mon Jun 30 2014 07:13:28 für OOStuBS - Technische Informatik II (TI-II) von
1.8.1.2