diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-02-14 17:00:36 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-02-14 17:00:36 +0000 |
commit | b048961e8c3818d26f6aa52262e3296a8e03d048 (patch) | |
tree | f450bdc248212226e1afbf6b787bf712e079b77f /cpp/src/Ice/ReferenceFactory.h | |
parent | Removing fixVersion from files that do not need it. (diff) | |
download | ice-b048961e8c3818d26f6aa52262e3296a8e03d048.tar.bz2 ice-b048961e8c3818d26f6aa52262e3296a8e03d048.tar.xz ice-b048961e8c3818d26f6aa52262e3296a8e03d048.zip |
Added unknown property warning
Diffstat (limited to 'cpp/src/Ice/ReferenceFactory.h')
-rw-r--r-- | cpp/src/Ice/ReferenceFactory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/ReferenceFactory.h b/cpp/src/Ice/ReferenceFactory.h index e687c956255..ca3787f525e 100644 --- a/cpp/src/Ice/ReferenceFactory.h +++ b/cpp/src/Ice/ReferenceFactory.h @@ -15,6 +15,7 @@ #include <Ice/ReferenceFactoryF.h> #include <Ice/Reference.h> // For Reference::Mode #include <Ice/ConnectionIF.h> +#include <Ice/BuiltinSequences.h> namespace IceInternal { @@ -71,6 +72,7 @@ private: ReferenceFactory(const InstancePtr&, const ::Ice::CommunicatorPtr&); void destroy(); + void checkForUnknownProperties(const std::string&); friend class Instance; InstancePtr _instance; |