diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-24 06:58:14 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-24 06:58:14 +0000 |
commit | 5920b6d66c1fb23887a562ec8b99f6e88d92428e (patch) | |
tree | b85764ff2add3f031668fd0affa23a1608577c83 /TAO/tao/LocateRequest_Invocation.cpp | |
parent | ba9a9ee2e88e4867a4153ba74559bc447f56d6ff (diff) | |
download | ATCD-5920b6d66c1fb23887a562ec8b99f6e88d92428e.tar.gz |
Sat Feb 24 06:56:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/LocateRequest_Invocation.cpp')
-rw-r--r-- | TAO/tao/LocateRequest_Invocation.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/LocateRequest_Invocation.cpp b/TAO/tao/LocateRequest_Invocation.cpp index 5e485ababd6..6611730e9a8 100644 --- a/TAO/tao/LocateRequest_Invocation.cpp +++ b/TAO/tao/LocateRequest_Invocation.cpp @@ -109,8 +109,7 @@ namespace TAO throw ::CORBA::OBJECT_NOT_EXIST (TAO::VMCID, CORBA::COMPLETED_YES); case TAO_GIOP_OBJECT_FORWARD: case TAO_GIOP_OBJECT_FORWARD_PERM: - return this->location_forward (cdr - ); + return this->location_forward (cdr); case TAO_GIOP_LOC_SYSTEM_EXCEPTION: { |