repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git]
/
ACE
/
examples
/
APG
/
ThreadManagement
/
SecurityContext.h
blob
3b4a17907aef31e5efe34b71ccc0cd74e0420343
1
/**
2
* Sample code from The ACE Programmer's Guide,
3
* copyright 2003 Addison-Wesley. All Rights Reserved.
4
*/
5
6
#ifndef __SECURITYCONTEXT_H_
7
#define __SECURITYCONTEXT_H_
8
9
struct
SecurityContext
10
{
11
const char
*
user
;
12
};
13
14
#endif
/* __SECURITYCONTEXT_H_ */