summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_typedef.h
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1997-12-10 19:44:50 +0000
committergokhale <asgokhale@users.noreply.github.com>1997-12-10 19:44:50 +0000
commitfc8b8f8bd65d70a0bf423da35a49ebc01e70df84 (patch)
treeb8fe05c28ebf90babb27c47e96eb180f5012383a /TAO/TAO_IDL/be_include/be_typedef.h
parent2c8a06f4bae9f853e6267f1d4f244be1ee6643e1 (diff)
downloadATCD-fc8b8f8bd65d70a0bf423da35a49ebc01e70df84.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_typedef.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_typedef.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/TAO/TAO_IDL/be_include/be_typedef.h b/TAO/TAO_IDL/be_include/be_typedef.h
index 2d446a81eac..7d0e7270914 100644
--- a/TAO/TAO_IDL/be_include/be_typedef.h
+++ b/TAO/TAO_IDL/be_include/be_typedef.h
@@ -2,7 +2,7 @@
//
// = LIBRARY
// TAO IDL
-//
+//
// = FILENAME
// be_typedef.h
//
@@ -12,9 +12,9 @@
//
// = AUTHOR
// Copyright 1994-1995 by Sun Microsystems, Inc.
-// and
+// and
// Aniruddha Gokhale
-//
+//
// ============================================================================
#if !defined (BE_TYPEDEF_H)
@@ -40,13 +40,13 @@ public:
// base types
virtual int gen_client_header (void);
- // Generates the client-side header information for the typedef
+ // Generates the client-side header information for the typedef
virtual int gen_client_stubs (void);
// Generates the client-side stubs for the typedef
virtual int gen_server_header (void);
- // Generates the server-side header information for the typedef
+ // Generates the server-side header information for the typedef
virtual int gen_server_skeletons (void);
// Generates the server-side skeletons for the typedef
@@ -73,6 +73,10 @@ public:
DEF_NARROW_METHODS2 (be_typedef, AST_Typedef, be_type);
DEF_NARROW_FROM_DECL (be_typedef);
+protected:
+ virtual int compute_size_type (void);
+ // compute the size type if it is unknown
+
};
#endif