Rudiments
mvctier.h
1 // Copyright (c) 1999-2018 David Muse
2 // See the COPYING file for more informations.
3 
4 #ifndef RUDIMENTS_MVCTIER_H
5 #define RUDIMENTS_MVCTIER_H 1
6 
7 #include <rudiments/private/mvctierincludes.h>
8 
9 class mvctier {
10  public:
11  mvctier();
12  virtual ~mvctier();
13 
14  void setProperties(mvcproperties *prop);
15  mvcproperties *getProperties();
16 
17  void setSecurity(mvcsecurity *sec);
18  mvcsecurity *getSecurity();
19 
20  #include <rudiments/private/mvctier.h>
21 };
22 
23 #endif
Definition: mvcsecurity.h:7
Definition: mvcproperties.h:9
Definition: mvctier.h:9