Archived

This forum has been archived. Please start a new discussion on GitHub.

Ice 3.4 Cpp RWRecMutex Class Deprecated

Hi,
I saw that classes inside IceUtil/RWRecMutex.h
are now deprecated, I looked inside the release documentation and I didn't find any reference to this fact so I'm wondering if you have planned any strategy for porting code written using version 3.3.1 to the newest 3.4.
Thx

Comments

  • bernard
    bernard Jupiter, FL
    Hi Mariella,

    Deprecated does not mean removed: the old RWRecMutex class is still in Ice 3.4.0.

    You should however consider switching to a different class at some point in the future. For example, you could write, use and maintain your own RWRecMutex class if you need this type of objects.

    Cheers,
    Bernard
  • Yes but if you deprecated it, I guess in next releases you will remove it, I'm wondering which is the reason you decided to deprecated it, it has bugs, problems or whatelse?
    Thx