summaryrefslogtreecommitdiff
path: root/examples/APG/ThreadManagement/SecurityContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/APG/ThreadManagement/SecurityContext.h')
-rw-r--r--examples/APG/ThreadManagement/SecurityContext.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/APG/ThreadManagement/SecurityContext.h b/examples/APG/ThreadManagement/SecurityContext.h
deleted file mode 100644
index 73adbd1a435..00000000000
--- a/examples/APG/ThreadManagement/SecurityContext.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/**
- * $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_ */