summaryrefslogtreecommitdiff
path: root/TAO/tao/Messaging.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Messaging.h')
-rw-r--r--TAO/tao/Messaging.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Messaging.h b/TAO/tao/Messaging.h
index 212077aff41..b662ebc7944 100644
--- a/TAO/tao/Messaging.h
+++ b/TAO/tao/Messaging.h
@@ -44,8 +44,8 @@ enum TAO_AMI_Reply_Status
typedef void (*TAO_Reply_Handler_Skeleton)(
TAO_InputCDR &,
Messaging::ReplyHandler *,
- CORBA::ULong reply_status,
- CORBA::Environment &
+ CORBA::ULong reply_status
+ TAO_ENV_ARG_DECL_NOT_USED
);
#endif /* TAO_HAS_AMI_CALLBACK */