summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_interface.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-11 01:27:18 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-11 01:27:18 +0000
commit4a5936799b7583c370625e388420d57ba1c4e65f (patch)
tree8943dc4706cb74b2ecf11b4fcf0db1d0856353f0 /TAO/TAO_IDL/be_include/be_interface.h
parent18ab06bc3da1a60b88a4746509f57bbf8c28fb8e (diff)
downloadATCD-4a5936799b7583c370625e388420d57ba1c4e65f.tar.gz
ChangeLogTag:Sat Jan 10 19:21:18 1998 <coryan@MILONGA>
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_interface.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_interface.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/TAO/TAO_IDL/be_include/be_interface.h b/TAO/TAO_IDL/be_include/be_interface.h
index 99e2c280b1f..bce3983413e 100644
--- a/TAO/TAO_IDL/be_include/be_interface.h
+++ b/TAO/TAO_IDL/be_include/be_interface.h
@@ -115,13 +115,16 @@ public:
TAO_OutStream *os);
// template method using breadth first traversal of inheritance graph
- virtual int write_as_return (TAO_OutStream *stream,
- be_type *type);
- // write the mapping as a return value on the stream.
+ char *relative_skel_name (const char *);
+ // relative skeleton name
// Visiting
virtual int accept (be_visitor *visitor);
+ virtual int write_as_return (TAO_OutStream *stream,
+ be_type *type);
+ // write the mapping as a return value on the stream.
+
// Narrowing
DEF_NARROW_METHODS3 (be_interface, AST_Interface, be_scope, be_type);
DEF_NARROW_FROM_DECL (be_interface);