summaryrefslogtreecommitdiff
path: root/TAO/tao/Request.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Request.h')
-rw-r--r--TAO/tao/Request.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tao/Request.h b/TAO/tao/Request.h
index 309069f30c4..3adf86ba587 100644
--- a/TAO/tao/Request.h
+++ b/TAO/tao/Request.h
@@ -137,12 +137,12 @@ private:
CORBA::NamedValue_ptr result,
CORBA::Flags flags,
CORBA::Environment &TAO_IN_ENV =
- CORBA::default_environment ());
+ TAO_default_environment ());
CORBA_Request (CORBA::Object_ptr obj,
const CORBA::Char *op,
CORBA::Environment &TAO_IN_ENV =
- CORBA::default_environment ());
+ TAO_default_environment ());
~CORBA_Request (void);
@@ -261,7 +261,7 @@ public:
// Implement the same constructors provided by the template here,
// check Sequence_T.h for ideas.
// Simply delegate on the template for the implementation...
-
+
CORBA_ORB_RequestSeq (void);
// default ctor
@@ -281,14 +281,14 @@ public:
// dtor releases all the contained elements.
};
-// This class definition should be removed.. But need to
+// This class definition should be removed.. But need to
// check with all the compiler guys before we have this removed
/*class CORBA_ORB_RequestSeq : public TAO_Unbounded_Base_Sequence
{
public:
-
+
// Default constructor.
CORBA_ORB_RequestSeq (void);