summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Security/SecurityLevel1/SLevel1_Test_i.h
blob: 67a9c41c128b33f304b7331e135fa9d8e5cf39c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

//=============================================================================
/**
 *  @file   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 */