summaryrefslogtreecommitdiff
path: root/ACE/examples/APG/ThreadManagement/SecurityContext.h
blob: 3b4a17907aef31e5efe34b71ccc0cd74e0420343 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * Sample code from The ACE Programmer's Guide,
 * copyright 2003 Addison-Wesley. All Rights Reserved.
 */

#ifndef __SECURITYCONTEXT_H_
#define __SECURITYCONTEXT_H_

struct SecurityContext
  {
    const char * user;
  };

#endif /* __SECURITYCONTEXT_H_ */