summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/ValueFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/ValueFactory.h')
-rw-r--r--cpp/include/Ice/ValueFactory.h32
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