Muster SDK  8.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
MAuth.h
Go to the documentation of this file.
1 /*****************************************************************************
2  **
3  ** Header file for Muster API Authorization status object
4  **
5  ** Name : MAuth.h
6  ** Author : Leonardo Bernardini
7  ** Version : 1.0, Sat Mar 2nd 2013
8  **
9  ** Copyright 2000-2014, Virtual Vertex
10  ** All Rights Reserved.
11  **
12  ** This file contains UNPUBLISHED PROPRIETARY SOURCE CODE.
13  ** The contents of this file may not be disclosed to third parties, copied
14  ** or duplicated in any form, in whole or in part, without the prior written
15  ** permission of the author.
16  **
17  *****************************************************************************/
18 #ifndef MAUTH_H
19 #define MAUTH_H
20 
21 namespace MClientLib {
22  typedef struct MUSTERAUTH {
23  int status;
24  unsigned long long rightsMask;
26  } MUSTERAUTH;
27 }
28 
29 #endif
30