summaryrefslogtreecommitdiff
path: root/TAO/tao/Sequence.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-08 20:19:55 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-08 20:19:55 +0000
commit88aa7fad74d32cbb6e671ad14cdde00742d5ee23 (patch)
tree9fb556cb489f7849e7dbca096364aeab06560015 /TAO/tao/Sequence.h
parentc122ed4ef6b4c3db15b482359638f85aaad3de49 (diff)
downloadATCD-88aa7fad74d32cbb6e671ad14cdde00742d5ee23.tar.gz
ChangeLogTag:Mon Feb 8 13:43:10 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Sequence.h')
-rw-r--r--TAO/tao/Sequence.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/tao/Sequence.h b/TAO/tao/Sequence.h
index 1080046d383..f34a837e90f 100644
--- a/TAO/tao/Sequence.h
+++ b/TAO/tao/Sequence.h
@@ -16,7 +16,10 @@
// ============================================================================
#ifndef TAO_SEQUENCE_H
-# define TAO_SEQUENCE_H
+#define TAO_SEQUENCE_H
+
+#include "tao/corbafwd.h"
+#include "tao/Managed_Types.h"
class CORBA_Object;
class CORBA_Environment;
@@ -60,7 +63,7 @@ public:
virtual void _downcast (void *target,
CORBA_Object *src,
- CORBA_Environment &TAO_IN_ENV = CORBA_Environment::default_environment ());
+ CORBA_Environment &TAO_IN_ENV = CORBA::default_environment ());
// Used for sequences of objects to downcast a recently demarshalled
// object reference into the right type.