summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-06-21 01:17:50 +0000
committerMarc Laukien <marc@zeroc.com>2001-06-21 01:17:50 +0000
commita0c4e35566a84458e63fed8c19801fbf5794c044 (patch)
treeaeedc909415485f4c8e496fcf246397daa46128d /cpp
parentmore slicification (diff)
downloadice-a0c4e35566a84458e63fed8c19801fbf5794c044.tar.bz2
ice-a0c4e35566a84458e63fed8c19801fbf5794c044.tar.xz
ice-a0c4e35566a84458e63fed8c19801fbf5794c044.zip
removed file
Diffstat (limited to 'cpp')
-rw-r--r--cpp/include/Ice/ObjectAdapter.h84
1 files changed, 0 insertions, 84 deletions
diff --git a/cpp/include/Ice/ObjectAdapter.h b/cpp/include/Ice/ObjectAdapter.h
deleted file mode 100644
index 435723b3372..00000000000
--- a/cpp/include/Ice/ObjectAdapter.h
+++ /dev/null
@@ -1,84 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2001
-// MutableRealms, Inc.
-// Huntsville, AL, USA
-//
-// All Rights Reserved
-//
-// **********************************************************************
-
-// Generated from file `ObjectAdapter.ice'
-
-#ifndef __ObjectAdapter_h__
-#define __ObjectAdapter_h__
-
-#include <Ice/ProxyF.h>
-#include <Ice/ObjectF.h>
-#include <Ice/LocalObjectF.h>
-#include <Ice/Native.h>
-#include <Ice/LocalObject.h>
-#include <Ice/CommunicatorF.h>
-
-namespace Ice
-{
-
-class ObjectAdapter;
-
-}
-
-namespace __Ice
-{
-
-void ICE_API incRef(::Ice::ObjectAdapter*);
-void ICE_API decRef(::Ice::ObjectAdapter*);
-
-}
-
-namespace Ice
-{
-
-typedef ::__Ice::Handle< ::Ice::ObjectAdapter> ObjectAdapter_ptr;
-
-}
-
-namespace Ice
-{
-
-class ICE_API ObjectAdapter : public ::Ice::LocalObject
-{
-public:
-
- virtual ::std::string getName() = 0;
-
- virtual ::Ice::Communicator_ptr getCommunicator() = 0;
-
- virtual void activate() = 0;
-
- virtual void hold() = 0;
-
- virtual void deactivate() = 0;
-
- virtual void add(const ::Ice::Object_ptr&, const ::std::string&) = 0;
-
- virtual void remove(const ::std::string&) = 0;
-
- virtual ::Ice::Object_ptr identityToObject(const ::std::string&) = 0;
-
- virtual ::std::string objectToIdentity(const ::Ice::Object_ptr&) = 0;
-
- virtual ::Ice::Object_ptr proxyToObject(const ::Ice::Object_prx&) = 0;
-
- virtual ::Ice::Object_prx objectToProxy(const ::Ice::Object_ptr&) = 0;
-
- virtual ::Ice::Object_prx identityToProxy(const ::std::string&) = 0;
-
- virtual ::std::string proxyToIdentity(const ::Ice::Object_prx&) = 0;
-
- virtual void __write(::__Ice::Stream*);
- virtual void __read(::__Ice::Stream*);
-};
-
-}
-
-#endif