- Some classes were DLL exported for Windows port. - The local ComponentState definition (RTC_ACTIVE, RTC_READY etc...) was modified for Windows (VC++7) compilation errors. Constant integer is not allowed to be initialized by int variable. - USLEEP macro was rewrote by using ACE_OS:sleep(tv).
- Some classes were DLL exported for Windows port.
- The local ComponentState definition (RTC_ACTIVE, RTC_READY etc...) was
modified for Windows (VC++7) compilation errors.
Constant integer is not allowed to be initialized by int variable.
- USLEEP macro was rewrote by using ACE_OS:sleep(tv).