summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_1334_Regression/client.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-11-27 16:30:41 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-11-27 16:30:41 +0000
commit1aaaae5bd0147e1bb6dc70ec5cbf53e4aee12bdc (patch)
tree7c08f61e3a628f4a041b80a71f990e7b47fb033d /TAO/orbsvcs/tests/Bug_1334_Regression/client.cpp
parent77fe1cf4e1b3c342a018ec313b3999c1134ddd8e (diff)
downloadATCD-1aaaae5bd0147e1bb6dc70ec5cbf53e4aee12bdc.tar.gz
Fixed dsp files
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_1334_Regression/client.cpp')
-rw-r--r--TAO/orbsvcs/tests/Bug_1334_Regression/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Bug_1334_Regression/client.cpp b/TAO/orbsvcs/tests/Bug_1334_Regression/client.cpp
index e56504d678d..8865ae101b8 100644
--- a/TAO/orbsvcs/tests/Bug_1334_Regression/client.cpp
+++ b/TAO/orbsvcs/tests/Bug_1334_Regression/client.cpp
@@ -24,12 +24,12 @@ int main( int argc, char *argv[] )
return 1 ;
}
}
- catch( CORBA::Exception& e )
+ catch( CORBA::Exception& )
{
return 1 ;
}
}
- catch( CORBA::Exception& e )
+ catch( CORBA::Exception& )
{
return 2 ;
}