~ubuntu-branches/ubuntu/breezy/orbit2/breezy

« back to all changes in this revision

Viewing changes to src/idl/CORBA/CORBA_CustomMarshal.idl

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-09-06 16:37:02 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050906163702-hrqi0ctymth53bnn
Tags: 1:2.12.4-0ubuntu1
* New upstream version.
* debian/patches/100-compile-name-server.patch:
  - updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// File: CORBA_CustomMarshal.idl
2
 
// CORBA 2.3, Chapter 5
3
 
 
 
1
// File: CORBA_CustomMarshal.idl
 
2
// CORBA 3.0, Chapter 5
 
3
// depends on CORBA_Stream.idl
 
4
 
 
5
        abstract valuetype CustomMarshal {
 
6
                void marshal   (in DataOutputStream os);
 
7
                void unmarshal (in DataInputStream  is);
 
8
        };