summaryrefslogtreecommitdiff
path: root/TAO/tests/DII_AMI_Forward/server_interceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DII_AMI_Forward/server_interceptor.h')
-rw-r--r--TAO/tests/DII_AMI_Forward/server_interceptor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/DII_AMI_Forward/server_interceptor.h b/TAO/tests/DII_AMI_Forward/server_interceptor.h
index e2896065d24..8300f690343 100644
--- a/TAO/tests/DII_AMI_Forward/server_interceptor.h
+++ b/TAO/tests/DII_AMI_Forward/server_interceptor.h
@@ -53,7 +53,7 @@ public:
bool forward_location_done() const;
private:
const char *myname_;
- CORBA::Object_ptr forward_location_;
+ CORBA::Object_var forward_location_;
bool forward_location_done_;
};