diff options
Diffstat (limited to 'cpp/test/Freeze/evictor/Test.ice')
-rw-r--r-- | cpp/test/Freeze/evictor/Test.ice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Freeze/evictor/Test.ice b/cpp/test/Freeze/evictor/Test.ice index 4ab855c984c..e51e4b39a18 100644 --- a/cpp/test/Freeze/evictor/Test.ice +++ b/cpp/test/Freeze/evictor/Test.ice @@ -61,7 +61,7 @@ interface RemoteEvictor idempotent void setSize(int size); Servant* createServant(string id, int value) - throws AlreadyRegisteredException, EvictorDeactivatedException; + throws AlreadyRegisteredException, EvictorDeactivatedException; idempotent Servant* getServant(string id); |