summaryrefslogtreecommitdiff
path: root/TAO/tao/Adapter.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-01 18:11:19 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-01 18:11:19 +0000
commit26c7d639b6e9db69d530339190f00ffd5fb3a3cd (patch)
tree2c2189633f2ea957d1eb552deaa5d33f61c3a0cf /TAO/tao/Adapter.h
parentc7f6305e3bcc86fa4e2b2f15e56689134f11d0c3 (diff)
downloadATCD-26c7d639b6e9db69d530339190f00ffd5fb3a3cd.tar.gz
ChangeLogTag:Fri Sep 1 13:07:23 2000 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Adapter.h')
-rw-r--r--TAO/tao/Adapter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Adapter.h b/TAO/tao/Adapter.h
index 8fb52674622..5e7d245d908 100644
--- a/TAO/tao/Adapter.h
+++ b/TAO/tao/Adapter.h
@@ -75,7 +75,7 @@ public:
// The key is not in the right format for this Adapter, try the
// next one.
- DS_FORWARD,
+ DS_FORWARD
// Forward the request to another object reference, this decouples
// the ORB from the PortableServer::ForwardRequest exception
};