~ubuntu-branches/ubuntu/natty/orbit2/natty

« back to all changes in this revision

Viewing changes to src/idl/CORBA_PIDL/CORBA_ORB_init.idl

  • Committer: Bazaar Package Importer
  • Author(s): Chris Waters
  • Date: 2002-03-25 17:24:03 UTC
  • Revision ID: james.westby@ubuntu.com-20020325172403-8lexv63608acfqgt
Tags: upstream-2.3.107
ImportĀ upstreamĀ versionĀ 2.3.107

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// File: CORBA_ORB_init.idl
 
2
// CORBA 2.3, Chapter 4
 
3
 
 
4
// Note: This PIDL does not compile. Don't even try.
 
5
//       It defines an operation not in an interface, which is illegal. 
 
6
//       As a result, this file is not "included" anywhere.
 
7
//       It is included for completeness' sake.
 
8
 
 
9
// PIDL
 
10
module CORBA {
 
11
        typedef string ORBid;
 
12
        typedef sequence <string> arg_list;
 
13
        ORB ORB_init (inout arg_list argv, in ORBid orb_identifier);
 
14
};