summaryrefslogtreecommitdiff
path: root/TAO/tao/BoundsC.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/BoundsC.h')
-rw-r--r--TAO/tao/BoundsC.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/tao/BoundsC.h b/TAO/tao/BoundsC.h
index 88c4c544276..6232646cbaf 100644
--- a/TAO/tao/BoundsC.h
+++ b/TAO/tao/BoundsC.h
@@ -11,6 +11,9 @@
#define _TAO_IDL_BOUNDSC_H_
#include "tao/corbafwd.h"
+#include "tao/Exception.h"
+#include "tao/CDR.h"
+#include "tao/Any.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -44,7 +47,7 @@
CORBA_Bounds (void); // default ctor
CORBA_Bounds (const CORBA_Bounds &); // copy ctor
~CORBA_Bounds (void); // dtor
- CORBA_Bounds &operator= (const CORBA_Bounds &);
+ CORBA_Bounds &operator= (const CORBA_Bounds &);
virtual void _raise (void);
@@ -55,7 +58,7 @@
CORBA::Environment &);
static CORBA_Bounds *_narrow (CORBA::Exception *);
-
+ static void _tao_any_destructor (void*);
// = TAO extension
static CORBA::Exception *_alloc (void);