diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-12-08 21:59:30 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-12-08 21:59:30 +0000 |
commit | 63165b00e2d667e39e15cf084128d94a563d484e (patch) | |
tree | 6939cf1ed0a80ce8a3224d33f3d23c0e1b9a517f /TAO/tao/Messaging.h | |
parent | 6579bccb3a3f22f882ef908ad5f7e1a65b00b133 (diff) | |
download | ATCD-63165b00e2d667e39e15cf084128d94a563d484e.tar.gz |
Merged corba-env-clean branch.
Diffstat (limited to 'TAO/tao/Messaging.h')
-rw-r--r-- | TAO/tao/Messaging.h | 4 |
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 */ |