~ubuntu-branches/ubuntu/breezy/ace/breezy

« back to all changes in this revision

Viewing changes to TAO/orbsvcs/examples/Security/SecurityLevel1/SLevel1_Test_i.h

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad, Benjamin Montgomery, Adam Conrad
  • Date: 2005-09-18 22:51:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge) (0.1.2 woody)
  • Revision ID: james.westby@ubuntu.com-20050918225138-seav22q6fyylb536
Tags: 5.4.7-3ubuntu1
[ Benjamin Montgomery ]
* Added a patch for amd64 and powerpc that disables the compiler
  option -fvisibility-inlines-hidden

[ Adam Conrad ]
* Added DPATCH_OPTION_CPP=1 to debian/patches/00options to make
  Benjamin's above changes work correctly with dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// SLevel1_Test_i.h,v 1.3 2002/01/29 20:20:47 okellogg Exp
2
 
 
3
 
// ============================================================================
4
 
//
5
 
// = LIBRARY
6
 
//   orbsvcs/examples/Security/SecurityLevel1
7
 
//
8
 
// = FILENAME
9
 
//   SLevel1_Test_i.h
10
 
//
11
 
// = AUTHOR
12
 
//   Priyanka Gontla <gontla_p@ociweb.com>
13
 
//
14
 
// ============================================================================
15
 
 
16
 
#ifndef TAO_SLEVEL1_TEST_I_H
17
 
#define TAO_SLEVEL1_TEST_I_H
18
 
 
19
 
#include "SLevel1_TestS.h"
20
 
 
21
 
class SLevel1_Server_i : public POA_SLevel1_Server
22
 
{
23
 
 public:
24
 
  /// Constructor
25
 
  SLevel1_Server_i ();
26
 
 
27
 
  ///
28
 
  CORBA::Boolean authorize_level1 (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
29
 
    ACE_THROW_SPEC ((CORBA::SystemException));
30
 
 
31
 
  CORBA::Boolean authorize_level2 (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
32
 
    ACE_THROW_SPEC ((CORBA::SystemException));
33
 
 
34
 
  static int authorized_1;
35
 
  static int authorized_2;
36
 
 
37
 
};
38
 
 
39
 
#endif /* TAO_SLEVEL1_TEST_I_H */