summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/PropertiesI.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-08-30 14:43:15 +0200
committerBenoit Foucher <benoit@zeroc.com>2012-08-30 14:43:15 +0200
commitaab12cf1719b425b5a2c571b8938d47cdd71d151 (patch)
tree876561b05764721306eb8629883e7b0b9cbbc99a /cpp/src/Ice/PropertiesI.h
parentminor g++ warning (diff)
downloadice-aab12cf1719b425b5a2c571b8938d47cdd71d151.tar.bz2
ice-aab12cf1719b425b5a2c571b8938d47cdd71d151.tar.xz
ice-aab12cf1719b425b5a2c571b8938d47cdd71d151.zip
ICE-4774: Merged skype_props enhancement
Diffstat (limited to 'cpp/src/Ice/PropertiesI.h')
-rw-r--r--cpp/src/Ice/PropertiesI.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/cpp/src/Ice/PropertiesI.h b/cpp/src/Ice/PropertiesI.h
index ee6df06c1bb..a54b042cff2 100644
--- a/cpp/src/Ice/PropertiesI.h
+++ b/cpp/src/Ice/PropertiesI.h
@@ -72,19 +72,4 @@ private:
const StringConverterPtr _converter;
};
-
-class PropertiesAdminI : public PropertiesAdmin
-{
-public:
-
- PropertiesAdminI(const PropertiesPtr&);
-
- virtual std::string getProperty(const std::string&, const Current&);
- virtual PropertyDict getPropertiesForPrefix(const std::string&, const Current&);
-
-private:
-
- const PropertiesPtr _properties;
-};
-
}