diff options
author | Jose <jose@zeroc.com> | 2013-05-15 17:38:08 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2013-05-15 17:38:08 +0200 |
commit | bf37feb288b21a3330a5abe04b2e2c57a304fc06 (patch) | |
tree | 7248645e6ec7e4fb984fde2cefa1e3ff9c589a5f /cpp/src/Ice/PropertiesAdminI.h | |
parent | Improved build system to allow building tests as shared libraries instead of ... (diff) | |
download | ice-bf37feb288b21a3330a5abe04b2e2c57a304fc06.tar.bz2 ice-bf37feb288b21a3330a5abe04b2e2c57a304fc06.tar.xz ice-bf37feb288b21a3330a5abe04b2e2c57a304fc06.zip |
move PropertiesAdmin definition to PropertiesAdmin.ice
Diffstat (limited to 'cpp/src/Ice/PropertiesAdminI.h')
-rw-r--r-- | cpp/src/Ice/PropertiesAdminI.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/PropertiesAdminI.h b/cpp/src/Ice/PropertiesAdminI.h index 0197e91bd4c..1e7029096a4 100644 --- a/cpp/src/Ice/PropertiesAdminI.h +++ b/cpp/src/Ice/PropertiesAdminI.h @@ -11,7 +11,9 @@ #define ICE_PROPERTIES_ADMIN_I_H #include <IceUtil/RecMutex.h> +#include <Ice/Properties.h> #include <Ice/PropertiesAdmin.h> +#include <Ice/NativePropertiesAdmin.h> #include <Ice/LoggerF.h> namespace Ice |