summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/Server_Request.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynamicInterface/Server_Request.h')
-rw-r--r--TAO/tao/DynamicInterface/Server_Request.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tao/DynamicInterface/Server_Request.h b/TAO/tao/DynamicInterface/Server_Request.h
index a42bdabc259..f312c8bdbd8 100644
--- a/TAO/tao/DynamicInterface/Server_Request.h
+++ b/TAO/tao/DynamicInterface/Server_Request.h
@@ -110,12 +110,6 @@ public:
void _tao_lazy_evaluation (int lazy_evaluation);
// Set the lazy evaluation flag.
- int _tao_incoming_byte_order (void) const;
- // Get the byte order of the incoming CDR stream.
-
- void _tao_reply_byte_order (int byte_order);
- // Set the byte order of the outgoing CDR stream.
-
#if !defined(__GNUC__) || __GNUC__ > 2 || __GNUC_MINOR__ >= 8
typedef CORBA::ServerRequest_ptr _ptr_type;
#endif /* __GNUC__ */