summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/PS_Current.pidl
blob: 91bd07204c6ac1acfba7c45a5ae347161248e9fd (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/**
 * @file PS_Current.pidl
 *
 * $Id$
 *
 * @brief Pre-compiled IDL source for the PortableServer module.
 *
 * This file was used to generate the code in
 * PS_CurrentC.{h,inl,cpp}, using the following command:
 *
 * tao_idl.exe \
 *     -o orig -Gp -Gd -Ge 1 -Sci -Sc -SS -I$(TAO_ROOT)
 *          -Wb,export_macro=TAO_PortableServer_Export \
 *          -Wb,export_include="portableserver_export.h" \
 *          -Wb,pre_include="ace/pre.h" \
 *          -Wb,post_include="ace/post.h" \
 *          PS_Current.pidl
 */

#ifndef _PORTABLESERVER_CURRENT_IDL_
#define _PORTABLESERVER_CURRENT_IDL_

///FUZZ: disable check_for_include/
#include "tao/PortableServer/PS_Forward.pidl"
#include "tao/Current.pidl"

#pragma prefix "omg.org"

module PortableServer
{
# pragma version PortableServer 2.3

  // Current interface.
  local interface Current : CORBA::Current
  {
#   pragma version Current 2.3

    exception NoContext {};

    POA get_POA ()
      raises (NoContext);

    ObjectId get_object_id ()
      raises (NoContext);

    Object get_reference ()
      raises (NoContext);

    Servant get_servant ()
      raises (NoContext);
  };
};

#endif // _PORTABLESERVER_CURRENT_IDL_