diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-04-02 16:22:11 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-04-02 16:22:11 +0000 |
commit | 5095d3c67c99544db697d27ddd4d3f2cf500902b (patch) | |
tree | e2bf589c54a1a7aa4339d9b51c3d1ca81fcb7b8c /cppe/include/IceE/ObjectAdapter.h | |
parent | emove local interface support (diff) | |
download | ice-5095d3c67c99544db697d27ddd4d3f2cf500902b.tar.bz2 ice-5095d3c67c99544db697d27ddd4d3f2cf500902b.tar.xz ice-5095d3c67c99544db697d27ddd4d3f2cf500902b.zip |
Remove local interface support
Diffstat (limited to 'cppe/include/IceE/ObjectAdapter.h')
-rwxr-xr-x | cppe/include/IceE/ObjectAdapter.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cppe/include/IceE/ObjectAdapter.h b/cppe/include/IceE/ObjectAdapter.h index 73225373643..49d6ab49714 100755 --- a/cppe/include/IceE/ObjectAdapter.h +++ b/cppe/include/IceE/ObjectAdapter.h @@ -34,13 +34,14 @@ #include <IceE/Shared.h> #include <IceE/RecMutex.h> #include <IceE/Monitor.h> -#include <IceE/FacetMap.h> #include <IceE/Proxy.h> #include <list> namespace Ice { +typedef ::std::map< ::std::string, ::Ice::ObjectPtr> FacetMap; + class ICE_API ObjectAdapter : public IceUtil::Monitor<IceUtil::RecMutex>, public ::IceUtil::Shared { public: |