diff options
Diffstat (limited to 'TAO/tests/Big_AMI')
-rw-r--r-- | TAO/tests/Big_AMI/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Big_AMI/client.cpp b/TAO/tests/Big_AMI/client.cpp index a0f249fbe80..9824af20cbb 100644 --- a/TAO/tests/Big_AMI/client.cpp +++ b/TAO/tests/Big_AMI/client.cpp @@ -71,7 +71,7 @@ public: ~Handler (void) {}; /// Get the reply count - long reply_count (void) const + long reply_count () const { return reply_count_.value (); } |