Rudiments
mvcservice.h
1 // Copyright (c) 1999-2018 David Muse
2 // See the COPYING file for more informations.
3 
4 #ifndef RUDIMENTS_MVCSERVICE_H
5 #define RUDIMENTS_MVCSERVICE_H 1
6 
7 #include <rudiments/mvctier.h>
8 
9 class mvcservice : public mvctier {
10 };
11 
12 #endif
Definition: mvcservice.h:9
Definition: mvctier.h:9