::IceBox::FreezeService

in Help Center
Hello Zeroc
in my Ice aplication develope with previus Ice version i usin the cllas IceBox::FreezeService as base clas to my persistence services, now I installed the lates Ice-1.5.0 and all the instalation and test run ok
. when try to recompile my proyect IceBox::FreezeService is mising. There is no more supor for IceBox::FreezeService in Ice-1.5.0 ? there are a new class that replace it?
thanks for all
in my Ice aplication develope with previus Ice version i usin the cllas IceBox::FreezeService as base clas to my persistence services, now I installed the lates Ice-1.5.0 and all the instalation and test run ok

thanks for all
0
Comments
Instead, you should now implement the IceBox::Service interface. You can use the service name for the database environment or configure it with a property depending on your needs.
Benoit.