summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Security/SecurityLevel1/SLevel1_Test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/Security/SecurityLevel1/SLevel1_Test_i.h')
-rw-r--r--TAO/orbsvcs/examples/Security/SecurityLevel1/SLevel1_Test_i.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/TAO/orbsvcs/examples/Security/SecurityLevel1/SLevel1_Test_i.h b/TAO/orbsvcs/examples/Security/SecurityLevel1/SLevel1_Test_i.h
new file mode 100644
index 00000000000..94a2151481d
--- /dev/null
+++ b/TAO/orbsvcs/examples/Security/SecurityLevel1/SLevel1_Test_i.h
@@ -0,0 +1,37 @@
+// $Id$
+
+// ============================================================================
+//
+// = LIBRARY
+// orbsvcs/examples/Security/SecurityLevel1
+//
+// = FILENAME
+// SLevel1_Test_i.h
+//
+// = AUTHOR
+// Priyanka Gontla <gontla_p@ociweb.com>
+//
+// ============================================================================
+
+#ifndef TAO_SLEVEL1_TEST_I_H
+#define TAO_SLEVEL1_TEST_I_H
+
+#include "SLevel1_TestS.h"
+
+class SLevel1_Server_i : public POA_SLevel1_Server
+{
+ public:
+ /// Constructor
+ SLevel1_Server_i ();
+
+ ///
+ CORBA::Boolean authorize_level1 (void);
+
+ CORBA::Boolean authorize_level2 (void);
+
+ static int authorized_1;
+ static int authorized_2;
+
+};
+
+#endif /* TAO_SLEVEL1_TEST_I_H */