diff options
author | Marc Laukien <marc@zeroc.com> | 2001-06-21 01:10:26 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-06-21 01:10:26 +0000 |
commit | f179c530e766c8dd3dc6b47a02f49aff7c628e22 (patch) | |
tree | 315138eb7413f4599b6645133bbf654c83fa9abc /cpp/include/Ice/ValueFactory.h | |
parent | fixes (diff) | |
download | ice-f179c530e766c8dd3dc6b47a02f49aff7c628e22.tar.bz2 ice-f179c530e766c8dd3dc6b47a02f49aff7c628e22.tar.xz ice-f179c530e766c8dd3dc6b47a02f49aff7c628e22.zip |
more slicification
Diffstat (limited to 'cpp/include/Ice/ValueFactory.h')
-rw-r--r-- | cpp/include/Ice/ValueFactory.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/cpp/include/Ice/ValueFactory.h b/cpp/include/Ice/ValueFactory.h deleted file mode 100644 index fb5645258b8..00000000000 --- a/cpp/include/Ice/ValueFactory.h +++ /dev/null @@ -1,32 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2001 -// MutableRealms, Inc. -// Huntsville, AL, USA -// -// All Rights Reserved -// -// ********************************************************************** - -#ifndef ICE_VALUE_FACTORY_H -#define ICE_VALUE_FACTORY_H - -#include <Ice/ValueFactoryF.h> -#include <Ice/ObjectF.h> -#include <Ice/Shared.h> - -namespace Ice -{ - -class ICE_API ValueFactory : public ::__Ice::Shared -{ -public: - - ValueFactory() { } - - virtual Ice::Object_ptr create(const std::string&) = 0; -}; - -} - -#endif |