diff options
Diffstat (limited to 'cpp/test/Ice/location/TestI.h')
-rw-r--r-- | cpp/test/Ice/location/TestI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Ice/location/TestI.h b/cpp/test/Ice/location/TestI.h index 5375f3ca533..fd51389ff80 100644 --- a/cpp/test/Ice/location/TestI.h +++ b/cpp/test/Ice/location/TestI.h @@ -30,6 +30,7 @@ private: std::vector<Ice::CommunicatorPtr> _communicators; ServerLocatorRegistryPtr _registry; Ice::InitializationData _initData; + int _nextPort; }; class HelloI : public Test::Hello |