diff options
author | Michi Henning <michi@zeroc.com> | 2008-03-06 16:33:31 +1000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2008-03-06 16:33:31 +1000 |
commit | 2740c38d741b10018c66c97acaf67fa9cd9f0a87 (patch) | |
tree | 784657f6e99168e15b060f40e88c4a54f5c7e9e8 /cpp/demo/Ice/value/ObjectFactory.h | |
parent | Another fix to bug 2395. gacutil can actually do what we need, it's just that... (diff) | |
parent | Squashed commit of the following: (diff) | |
download | ice-2740c38d741b10018c66c97acaf67fa9cd9f0a87.tar.bz2 ice-2740c38d741b10018c66c97acaf67fa9cd9f0a87.tar.xz ice-2740c38d741b10018c66c97acaf67fa9cd9f0a87.zip |
Merge branch 'master' of ssh://cvs.zeroc.com/home/git/ice
Diffstat (limited to 'cpp/demo/Ice/value/ObjectFactory.h')
-rw-r--r-- | cpp/demo/Ice/value/ObjectFactory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/demo/Ice/value/ObjectFactory.h b/cpp/demo/Ice/value/ObjectFactory.h index 11f02d44bcd..01f02a7c1b3 100644 --- a/cpp/demo/Ice/value/ObjectFactory.h +++ b/cpp/demo/Ice/value/ObjectFactory.h @@ -10,6 +10,8 @@ #ifndef SERVANT_FACTORY_H #define SERVANT_FACTORY_H +#include <Ice/Ice.h> + class ObjectFactory : public Ice::ObjectFactory { public: |