summaryrefslogtreecommitdiff
path: root/TAO/tao/PollableC.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-21 19:00:46 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-21 19:00:46 +0000
commit169d25d47720e430696f548b3475bcf6b4b9689c (patch)
tree07036724bdda7df0813dfaee0cd100398073fdca /TAO/tao/PollableC.h
parent91bbc44a1ceab49fcc720f8d15cf0f0ff2a14837 (diff)
downloadATCD-169d25d47720e430696f548b3475bcf6b4b9689c.tar.gz
ChangeLogTag: Tue Aug 21 13:55:31 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/PollableC.h')
-rw-r--r--TAO/tao/PollableC.h36
1 files changed, 21 insertions, 15 deletions
diff --git a/TAO/tao/PollableC.h b/TAO/tao/PollableC.h
index 62ce5af47d2..7928a329abd 100644
--- a/TAO/tao/PollableC.h
+++ b/TAO/tao/PollableC.h
@@ -95,11 +95,11 @@ public:
// Hooks used by template sequence and object manager classes
// for non-defined forward declared interfaces.
- static CORBA_PollableSet_ptr duplicate (CORBA_PollableSet_ptr);
- static void release (CORBA_PollableSet_ptr);
- static CORBA_PollableSet_ptr nil (void);
- static CORBA_PollableSet_ptr narrow (CORBA::Object *, CORBA::Environment &);
- static CORBA::Object * upcast (void *);
+ static CORBA_PollableSet_ptr tao_duplicate (CORBA_PollableSet_ptr);
+ static void tao_release (CORBA_PollableSet_ptr);
+ static CORBA_PollableSet_ptr tao_nil (void);
+ static CORBA_PollableSet_ptr tao_narrow (CORBA::Object *, CORBA::Environment &);
+ static CORBA::Object * tao_upcast (void *);
private:
CORBA_PollableSet_ptr ptr_;
@@ -171,11 +171,11 @@ public:
// Hooks used by template sequence and object manager classes
// for non-defined forward declared interfaces.
- static CORBA_Pollable_ptr duplicate (CORBA_Pollable_ptr);
- static void release (CORBA_Pollable_ptr);
- static CORBA_Pollable_ptr nil (void);
- static CORBA_Pollable_ptr narrow (CORBA::Object *, CORBA::Environment &);
- static CORBA::Object * upcast (void *);
+ static CORBA_Pollable_ptr tao_duplicate (CORBA_Pollable_ptr);
+ static void tao_release (CORBA_Pollable_ptr);
+ static CORBA_Pollable_ptr tao_nil (void);
+ static CORBA_Pollable_ptr tao_narrow (CORBA::Object *, CORBA::Environment &);
+ static CORBA::Object * tao_upcast (void *);
private:
CORBA_Pollable_ptr ptr_;
@@ -223,6 +223,8 @@ public:
typedef CORBA_Pollable_var _var_type;
#endif /* ! __GNUC__ || g++ >= 2.8 */
+ static int _tao_class_id;
+
// the static operations
static CORBA_Pollable_ptr _duplicate (CORBA_Pollable_ptr obj);
static CORBA_Pollable_ptr _narrow (
@@ -309,11 +311,11 @@ public:
// Hooks used by template sequence and object manager classes
// for non-defined forward declared interfaces.
- static CORBA_DIIPollable_ptr duplicate (CORBA_DIIPollable_ptr);
- static void release (CORBA_DIIPollable_ptr);
- static CORBA_DIIPollable_ptr nil (void);
- static CORBA_DIIPollable_ptr narrow (CORBA::Object *, CORBA::Environment &);
- static CORBA::Object * upcast (void *);
+ static CORBA_DIIPollable_ptr tao_duplicate (CORBA_DIIPollable_ptr);
+ static void tao_release (CORBA_DIIPollable_ptr);
+ static CORBA_DIIPollable_ptr tao_nil (void);
+ static CORBA_DIIPollable_ptr tao_narrow (CORBA::Object *, CORBA::Environment &);
+ static CORBA::Object * tao_upcast (void *);
private:
CORBA_DIIPollable_ptr ptr_;
@@ -361,6 +363,8 @@ public:
typedef CORBA_DIIPollable_var _var_type;
#endif /* ! __GNUC__ || g++ >= 2.8 */
+ static int _tao_class_id;
+
// the static operations
static CORBA_DIIPollable_ptr _duplicate (CORBA_DIIPollable_ptr obj);
static CORBA_DIIPollable_ptr _narrow (
@@ -415,6 +419,8 @@ public:
typedef CORBA_PollableSet_var _var_type;
#endif /* ! __GNUC__ || g++ >= 2.8 */
+ static int _tao_class_id;
+
// the static operations
static CORBA_PollableSet_ptr _duplicate (CORBA_PollableSet_ptr obj);
static CORBA_PollableSet_ptr _narrow (