Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / ACE / examples / APG / ThreadManagement / SecurityContext.h
blob3b4a17907aef31e5efe34b71ccc0cd74e0420343
1 /**
2 * Sample code from The ACE Programmer's Guide,
3 * copyright 2003 Addison-Wesley. All Rights Reserved.
4 */
6 #ifndef __SECURITYCONTEXT_H_
7 #define __SECURITYCONTEXT_H_
9 struct SecurityContext
11 const char * user;
14 #endif /* __SECURITYCONTEXT_H_ */