diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-05-31 05:19:34 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-05-31 05:19:34 +0000 |
commit | baaca17e3cea0561d9414b4aa85244cdc81da24d (patch) | |
tree | ec384ee6fc0713714327582685a35bd48e745953 | |
parent | 0a1bc4f6f7d16b1525c58dc80d25fb8ef1cfe85e (diff) | |
download | ATCD-baaca17e3cea0561d9414b4aa85244cdc81da24d.tar.gz |
Fixed another syntax error.
-rw-r--r-- | TAO/tao/PolicyC.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/PolicyC.h b/TAO/tao/PolicyC.h index 830893640cc..60339866ceb 100644 --- a/TAO/tao/PolicyC.h +++ b/TAO/tao/PolicyC.h @@ -620,7 +620,7 @@ class TAO_Export CORBA_PolicyList : public #if !defined (TAO_USE_SEQUENCE_TEMPLATES) _TAO_Unbounded_Object_Sequence_CORBA_PolicyList #else /* TAO_USE_SEQUENCE_TEMPLATES */ - TAO_Unbounded_Object_Sequence<Policy,Policy_var> + TAO_Unbounded_Object_Sequence<CORBA_Policy,CORBA_Policy_var> #endif /* !TAO_USE_SEQUENCE_TEMPLATES */ { public: |