summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-07 02:05:50 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-07 02:05:50 +0000
commit90f6d8467f10d86dae87eef67d35acc6c09e39f3 (patch)
treeba6e457003f8dbb0927eb63792e475ec1cd8ba02 /TAO/orbsvcs
parent72989baf5546beb44d391b464c4c15dd9ab7ac5b (diff)
downloadATCD-90f6d8467f10d86dae87eef67d35acc6c09e39f3.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/tests/Trading/Simple_Dynamic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Trading/Simple_Dynamic.h b/TAO/orbsvcs/tests/Trading/Simple_Dynamic.h
index 81fe0850980..dca9914e2c8 100644
--- a/TAO/orbsvcs/tests/Trading/Simple_Dynamic.h
+++ b/TAO/orbsvcs/tests/Trading/Simple_Dynamic.h
@@ -33,7 +33,7 @@ public:
private:
- T dp_;
+ const T& dp_;
};
#if defined (ACE_TEMPLATES_REQUIRE_SOURCE)