
5 December 2002 Sorin Mustaca (msorin@ravantivirus.com)
---------------------------------------------------------
For Win32 only:
I modified in the makefile.win32
$(IDL) --no-poa --boa ..\..\include\coss\PropertyService.idl
to 
$(IDL) --any --name PropertyService  --poa --no-boa ..\..\include\coss\PropertyService.idl
in order to corectly compile the sources

version 0.2b
------------
- speedup for delete_all_properties operation

version 0.2
-----------
- fixed get_number_of_properties() definition (bug reported by Karel Gardas)
- changed #defines in PropertyService_impl.h
- wrote "property-daemon" demo (see .../mico/demo/property-daemon)
- changed classnames from MICO_Whatever to Whatever_impl 

