summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-19 19:27:37 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-19 19:27:37 +0000
commitd5b1a5b4a18db77094c532c6e078c3aaf75346db (patch)
tree9bc35b2a495585b72ed6b460e5767f80314ffec3
parente9e2d6ebfe5057abfa9c23a1e3969df0ead570d2 (diff)
downloadATCD-d5b1a5b4a18db77094c532c6e078c3aaf75346db.tar.gz
Now that ORB->destroy() has been fixed, the call was reenabled.
-rw-r--r--TAO/examples/Buffered_Oneways/client.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/examples/Buffered_Oneways/client.cpp b/TAO/examples/Buffered_Oneways/client.cpp
index ca556c96706..ca2c5c9973f 100644
--- a/TAO/examples/Buffered_Oneways/client.cpp
+++ b/TAO/examples/Buffered_Oneways/client.cpp
@@ -337,10 +337,7 @@ main (int argc, char **argv)
// static destructors to flush the queues, it will be too late.
// Therefore, we use explicit destruction here and flush the
// queues before main() ends.
-
- // @@ Ossama, reenable this after you get it to work.
-
- // orb->destroy (ACE_TRY_ENV);
+ orb->destroy (ACE_TRY_ENV);
ACE_TRY_CHECK;
}
ACE_CATCHANY