diff options
author | Marc Laukien <marc@zeroc.com> | 2001-06-20 18:16:48 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-06-20 18:16:48 +0000 |
commit | daf9352d2f86c857ef2d5ffadf4097f1bf8d84a2 (patch) | |
tree | 48955a53c4a3fc431d07d8c61760e3d386c3dcd2 /cpp/include | |
parent | cleanup (diff) | |
download | ice-daf9352d2f86c857ef2d5ffadf4097f1bf8d84a2.tar.bz2 ice-daf9352d2f86c857ef2d5ffadf4097f1bf8d84a2.tar.xz ice-daf9352d2f86c857ef2d5ffadf4097f1bf8d84a2.zip |
cleanup
Diffstat (limited to 'cpp/include')
-rw-r--r-- | cpp/include/Ice/Communicator.h | 80 | ||||
-rw-r--r-- | cpp/include/Ice/CommunicatorF.h | 40 | ||||
-rw-r--r-- | cpp/include/Ice/Logger.h | 59 | ||||
-rw-r--r-- | cpp/include/Ice/LoggerF.h | 40 | ||||
-rw-r--r-- | cpp/include/Ice/ObjectAdapterF.h | 40 | ||||
-rw-r--r-- | cpp/include/Ice/PicklerF.h | 40 | ||||
-rw-r--r-- | cpp/include/Ice/PropertiesF.h | 40 | ||||
-rw-r--r-- | cpp/include/Ice/ValueFactoryF.h | 40 |
8 files changed, 0 insertions, 379 deletions
diff --git a/cpp/include/Ice/Communicator.h b/cpp/include/Ice/Communicator.h deleted file mode 100644 index ba593347eb5..00000000000 --- a/cpp/include/Ice/Communicator.h +++ /dev/null @@ -1,80 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2001 -// MutableRealms, Inc. -// Huntsville, AL, USA -// -// All Rights Reserved -// -// ********************************************************************** - -// Generated from file `Communicator.ice' - -#ifndef __Communicator_h__ -#define __Communicator_h__ - -#include <Ice/LocalObject.h> -#include <Ice/LoggerF.h> -#include <Ice/ObjectAdapterF.h> -#include <Ice/PicklerF.h> -#include <Ice/PropertiesF.h> -#include <Ice/ValueFactoryF.h> - -namespace Ice -{ - -class Communicator; - -} - -namespace __Ice -{ - -void ICE_API incRef(::Ice::Communicator*); -void ICE_API decRef(::Ice::Communicator*); - -} - -namespace Ice -{ - -typedef ::__Ice::Handle< ::Ice::Communicator> Communicator_ptr; - -} - -namespace Ice -{ - -class ICE_API Communicator : public ::Ice::LocalObject -{ -public: - - virtual void destroy() = 0; - - virtual void shutdown() = 0; - - virtual void waitForShutdown() = 0; - - virtual ::Ice::Object_prx stringToProxy(const ::std::string&) = 0; - - virtual ::Ice::ObjectAdapter_ptr createObjectAdapter(const ::std::string&) = 0; - - virtual ::Ice::ObjectAdapter_ptr createObjectAdapterWithEndpoints(const ::std::string&, const ::std::string&) = 0; - - virtual void installValueFactory(const ::Ice::ValueFactory_ptr&, const ::std::string&) = 0; - - virtual ::Ice::Properties_ptr getProperties() = 0; - - virtual ::Ice::Logger_ptr getLogger() = 0; - - virtual void setLogger(const ::Ice::Logger_ptr&) = 0; - - virtual ::Ice::Pickler_ptr getPickler() = 0; - - virtual void __write(::__Ice::Stream*); - virtual void __read(::__Ice::Stream*); -}; - -} - -#endif diff --git a/cpp/include/Ice/CommunicatorF.h b/cpp/include/Ice/CommunicatorF.h deleted file mode 100644 index 445c51b7fb2..00000000000 --- a/cpp/include/Ice/CommunicatorF.h +++ /dev/null @@ -1,40 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2001 -// MutableRealms, Inc. -// Huntsville, AL, USA -// -// All Rights Reserved -// -// ********************************************************************** - -// Generated from file `CommunicatorF.ice' - -#ifndef __CommunicatorF_h__ -#define __CommunicatorF_h__ - -#include <Ice/LocalObject.h> - -namespace Ice -{ - -class Communicator; - -} - -namespace __Ice -{ - -void ICE_API incRef(::Ice::Communicator*); -void ICE_API decRef(::Ice::Communicator*); - -} - -namespace Ice -{ - -typedef ::__Ice::Handle< ::Ice::Communicator> Communicator_ptr; - -} - -#endif diff --git a/cpp/include/Ice/Logger.h b/cpp/include/Ice/Logger.h deleted file mode 100644 index 0056eecd8cc..00000000000 --- a/cpp/include/Ice/Logger.h +++ /dev/null @@ -1,59 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2001 -// MutableRealms, Inc. -// Huntsville, AL, USA -// -// All Rights Reserved -// -// ********************************************************************** - -// Generated from file `Logger.ice' - -#ifndef __Logger_h__ -#define __Logger_h__ - -#include <Ice/LocalObject.h> - -namespace Ice -{ - -class Logger; - -} - -namespace __Ice -{ - -void ICE_API incRef(::Ice::Logger*); -void ICE_API decRef(::Ice::Logger*); - -} - -namespace Ice -{ - -typedef ::__Ice::Handle< ::Ice::Logger> Logger_ptr; - -} - -namespace Ice -{ - -class ICE_API Logger : public ::Ice::LocalObject -{ -public: - - virtual void trace(const ::std::string&, const ::std::string&) = 0; - - virtual void warning(const ::std::string&) = 0; - - virtual void error(const ::std::string&) = 0; - - virtual void __write(::__Ice::Stream*); - virtual void __read(::__Ice::Stream*); -}; - -} - -#endif diff --git a/cpp/include/Ice/LoggerF.h b/cpp/include/Ice/LoggerF.h deleted file mode 100644 index a47794ac22c..00000000000 --- a/cpp/include/Ice/LoggerF.h +++ /dev/null @@ -1,40 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2001 -// MutableRealms, Inc. -// Huntsville, AL, USA -// -// All Rights Reserved -// -// ********************************************************************** - -// Generated from file `LoggerF.ice' - -#ifndef __LoggerF_h__ -#define __LoggerF_h__ - -#include <Ice/LocalObject.h> - -namespace Ice -{ - -class Logger; - -} - -namespace __Ice -{ - -void ICE_API incRef(::Ice::Logger*); -void ICE_API decRef(::Ice::Logger*); - -} - -namespace Ice -{ - -typedef ::__Ice::Handle< ::Ice::Logger> Logger_ptr; - -} - -#endif diff --git a/cpp/include/Ice/ObjectAdapterF.h b/cpp/include/Ice/ObjectAdapterF.h deleted file mode 100644 index 00e77505762..00000000000 --- a/cpp/include/Ice/ObjectAdapterF.h +++ /dev/null @@ -1,40 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2001 -// MutableRealms, Inc. -// Huntsville, AL, USA -// -// All Rights Reserved -// -// ********************************************************************** - -// Generated from file `ObjectAdapterF.ice' - -#ifndef __ObjectAdapterF_h__ -#define __ObjectAdapterF_h__ - -#include <Ice/LocalObject.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; - -} - -#endif diff --git a/cpp/include/Ice/PicklerF.h b/cpp/include/Ice/PicklerF.h deleted file mode 100644 index 66610687b23..00000000000 --- a/cpp/include/Ice/PicklerF.h +++ /dev/null @@ -1,40 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2001 -// MutableRealms, Inc. -// Huntsville, AL, USA -// -// All Rights Reserved -// -// ********************************************************************** - -// Generated from file `PicklerF.ice' - -#ifndef __PicklerF_h__ -#define __PicklerF_h__ - -#include <Ice/LocalObject.h> - -namespace Ice -{ - -class Pickler; - -} - -namespace __Ice -{ - -void ICE_API incRef(::Ice::Pickler*); -void ICE_API decRef(::Ice::Pickler*); - -} - -namespace Ice -{ - -typedef ::__Ice::Handle< ::Ice::Pickler> Pickler_ptr; - -} - -#endif diff --git a/cpp/include/Ice/PropertiesF.h b/cpp/include/Ice/PropertiesF.h deleted file mode 100644 index 46165ee0cb9..00000000000 --- a/cpp/include/Ice/PropertiesF.h +++ /dev/null @@ -1,40 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2001 -// MutableRealms, Inc. -// Huntsville, AL, USA -// -// All Rights Reserved -// -// ********************************************************************** - -// Generated from file `PropertiesF.ice' - -#ifndef __PropertiesF_h__ -#define __PropertiesF_h__ - -#include <Ice/LocalObject.h> - -namespace Ice -{ - -class Properties; - -} - -namespace __Ice -{ - -void ICE_API incRef(::Ice::Properties*); -void ICE_API decRef(::Ice::Properties*); - -} - -namespace Ice -{ - -typedef ::__Ice::Handle< ::Ice::Properties> Properties_ptr; - -} - -#endif diff --git a/cpp/include/Ice/ValueFactoryF.h b/cpp/include/Ice/ValueFactoryF.h deleted file mode 100644 index 57fdc8322b2..00000000000 --- a/cpp/include/Ice/ValueFactoryF.h +++ /dev/null @@ -1,40 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2001 -// MutableRealms, Inc. -// Huntsville, AL, USA -// -// All Rights Reserved -// -// ********************************************************************** - -// Generated from file `ValueFactoryF.ice' - -#ifndef __ValueFactoryF_h__ -#define __ValueFactoryF_h__ - -#include <Ice/LocalObject.h> - -namespace Ice -{ - -class ValueFactory; - -} - -namespace __Ice -{ - -void ICE_API incRef(::Ice::ValueFactory*); -void ICE_API decRef(::Ice::ValueFactory*); - -} - -namespace Ice -{ - -typedef ::__Ice::Handle< ::Ice::ValueFactory> ValueFactory_ptr; - -} - -#endif |