summaryrefslogtreecommitdiff
path: root/examples/APG/ThreadManagement/SecurityContext.h
blob: 73adbd1a43591f0239a4e83abf17c68e07d8790e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * $Id$
 *
 * 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_ */