summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-21 00:51:58 +0000
committernaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-21 00:51:58 +0000
commit1635c5d314bad21ead8c91e1181c04407bfb1f8d (patch)
tree36aa6e61318e156a0918f3d986880611d7ec045f
parent3e2da2eff998989f3e007a09bf26426e739936b0 (diff)
downloadATCD-1635c5d314bad21ead8c91e1181c04407bfb1f8d.tar.gz
Changed the template TAO_PropertySet to non-template.
-rw-r--r--TAO/orbsvcs/tests/AVStreams/mpeg/source/server/augmented_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/mpeg/source/server/augmented_server.h b/TAO/orbsvcs/tests/AVStreams/mpeg/source/server/augmented_server.h
index 32fcb248845..48062e494c4 100644
--- a/TAO/orbsvcs/tests/AVStreams/mpeg/source/server/augmented_server.h
+++ b/TAO/orbsvcs/tests/AVStreams/mpeg/source/server/augmented_server.h
@@ -110,7 +110,7 @@ public:
class MMDevice_Exporter_i
: public POA_MMDevice_Exporter,
public TAO_Exportable,
- public TAO_PropertySet<POA_CosPropertyService::PropertySet>
+ public TAO_PropertySet
{
public:
CORBA_Object_ptr audio_mmdevice_;