Issue 1094: Indentation on page 4-4 (orb_revision) Source: (, ) Nature: Revision Severity: Summary: Summary: interface Object on page 4-4 shows: interface Object { ImplementationDef get_implementation(); InterfaceDef get_interface(); boolean is_nil(); Object duplicate(); void release(); boolean is_a(...); boolean non_existent(); boolean is_equivalent(...); unsigned long hash(...); <====== // ... }; The first four declarations use no indentation, the fifth declaration uses one indentation level, and the final four declarations use a different indentation level. This could be tidied up a bit. Resolution: Revised Text: Actions taken: March 22, 1998: received issue February 23, 1999: closed issue Discussion: End of Annotations:===== Return-Path: X-Authentication-Warning: tigger.dstc.edu.au: michi owned process doing -bs Date: Sun, 22 Mar 1998 13:14:22 +1000 (EST) From: Michi Henning To: issues@omg.org, orb_revision@omg.org Subject: Indentation on page 4-4 Hi, interface Object on page 4-4 shows: interface Object { ImplementationDef get_implementation(); InterfaceDef get_interface(); boolean is_nil(); Object duplicate(); void release(); boolean is_a(...); boolean non_existent(); boolean is_equivalent(...); unsigned long hash(...); <====== // ... }; The first four declarations use no indentation, the fifth declaration uses one indentation level, and the final four declarations use a different indentation level. This could be tidied up a bit. Also note that the "long" for the hash() operation is at the wrong indentation level. Cheers, Michi. Copyright 1998 Michi Henning. All rights reserved. -- Michi Henning +61 7 33654310 DSTC Pty Ltd +61 7 33654311 (fax) University of Qld 4072 michi@dstc.edu.au AUSTRALIA http://www.dstc.edu.au/BDU/staff/michi-henning.html