summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-23 08:44:17 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-23 08:44:17 +0000
commit7d0e686fd1e2ab18781ae7faa2fbcb55c24f36ad (patch)
tree90c439369835961faadce1fd94fce174a5a54095
parent898698f618171e7fbc5bf5fab7d644075b52c2e7 (diff)
downloadATCD-7d0e686fd1e2ab18781ae7faa2fbcb55c24f36ad.tar.gz
*** empty log message ***
-rw-r--r--TAO/tests/POA/NewPOA/NewPOA.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/POA/NewPOA/NewPOA.cpp b/TAO/tests/POA/NewPOA/NewPOA.cpp
index c377fa741f2..f02fa7c5670 100644
--- a/TAO/tests/POA/NewPOA/NewPOA.cpp
+++ b/TAO/tests/POA/NewPOA/NewPOA.cpp
@@ -68,7 +68,7 @@ main (int argc, char **argv)
}
for (CORBA::ULong i = 0;
- i < policies.length () && env.exception == 0;
+ i < policies.length () && env.exception () == 0;
++i)
{
PortableServer::Policy_ptr policy = policies[i];