diff options
Diffstat (limited to 'cpp/demo/Freeze/library/Server.cpp')
-rw-r--r-- | cpp/demo/Freeze/library/Server.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/Freeze/library/Server.cpp b/cpp/demo/Freeze/library/Server.cpp index a819e74ee1b..fda90db0811 100644 --- a/cpp/demo/Freeze/library/Server.cpp +++ b/cpp/demo/Freeze/library/Server.cpp @@ -18,7 +18,7 @@ class LibraryServer : public Ice::Application public: LibraryServer(const string& envName) : - _envName(envName) + _envName(envName) { } @@ -53,7 +53,7 @@ LibraryServer::run(int argc, char* argv[]) Ice::Int evictorSize = properties->getPropertyAsInt("Library.EvictorSize"); if(evictorSize > 0) { - evictor->setSize(evictorSize); + evictor->setSize(evictorSize); } // |