summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2417_Regression
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-06-29 01:34:03 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-06-29 01:34:03 +0000
commitc5982b67ad295b131f6a3018321736241a17ef4f (patch)
tree04307a926b4d15576ea15d2e86d98e49e0eeb468 /TAO/tests/Bug_2417_Regression
parent893ef20831727d7e4b35ca5b07d1baffeada3c70 (diff)
downloadATCD-c5982b67ad295b131f6a3018321736241a17ef4f.tar.gz
Fri Jun 29 01:27:22 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'TAO/tests/Bug_2417_Regression')
-rw-r--r--TAO/tests/Bug_2417_Regression/subscriber_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_2417_Regression/subscriber_impl.cpp b/TAO/tests/Bug_2417_Regression/subscriber_impl.cpp
index 07b5da4e9a2..4538fd8508f 100644
--- a/TAO/tests/Bug_2417_Regression/subscriber_impl.cpp
+++ b/TAO/tests/Bug_2417_Regression/subscriber_impl.cpp
@@ -20,7 +20,7 @@ Subscriber_impl::onData (
{
++count;
if (count > 100)
- shutdown();
+ this->shutdown();
}
::CORBA::Boolean