diff options
author | Marc Laukien <marc@zeroc.com> | 2001-10-16 20:58:14 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-10-16 20:58:14 +0000 |
commit | 20a85dc803ab458887bab72f8e2a6da9df7ab4f3 (patch) | |
tree | 4ee4dea384381897b2e4bf55dbb2145769e21a3b /cpp/src/Ice/Direct.cpp | |
parent | _hash, fixes to proxy equivalence/compare operations (diff) | |
download | ice-20a85dc803ab458887bab72f8e2a6da9df7ab4f3.tar.bz2 ice-20a85dc803ab458887bab72f8e2a6da9df7ab4f3.tar.xz ice-20a85dc803ab458887bab72f8e2a6da9df7ab4f3.zip |
facet stuff
Diffstat (limited to 'cpp/src/Ice/Direct.cpp')
-rw-r--r-- | cpp/src/Ice/Direct.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/src/Ice/Direct.cpp b/cpp/src/Ice/Direct.cpp index 3dbd7ae069a..65feb32a9b5 100644 --- a/cpp/src/Ice/Direct.cpp +++ b/cpp/src/Ice/Direct.cpp @@ -63,6 +63,12 @@ IceInternal::Direct::Direct(const ObjectAdapterPtr& adapter, const ReferencePtr& { throw ObjectNotExistException(__FILE__, __LINE__); } + + if(!ref->facet.empty()) + { + // Not implemented yet + throw FacetNotExistException(__FILE__, __LINE__); + } } IceInternal::Direct::~Direct() |