1 #ifndef halthandle_t_h
2 #define halthandle_t_h
3 
4 #include "tpl/quickstone_tpl.h"
5 
6 class haltestelle_t;
7 
8 typedef quickstone_tpl<haltestelle_t> halthandle_t;
9 
10 #endif
11