Rudiments
mvcsecurity.h
1 // Copyright (c) 1999-2018 David Muse
2 // See the COPYING file for more informations.
3 
4 #ifndef RUDIMENTS_MVCSECURITY_H
5 #define RUDIMENTS_MVCSECURITY_H 1
6 
7 class mvcsecurity {
8  public:
9  virtual const char *getUserName()=0;
10 };
11 
12 #endif
Definition: mvcsecurity.h:7