/daq/libopc

To get this branch, use:
bzr branch http://suren.me/webbzr/daq/libopc

Viewing all changes in revision 4.

  • Committer: Suren A. Chilingaryan
  • Date: 2005-03-04 01:55:01 UTC
  • Revision ID: Arch-1:ds@dside.dyndns.org--darksoft-2004%libopc--devel--0.1--patch-3
Working for portability
- Fixed bug in ILock:ReadLock
- Fixed 'no return' bugs in PluginSet:Start,Stop,Break,Terminate
- Improvements (new modes) of HashTable 
- Improvements of BaseThread implementation
    + ThreadHandles for OS abstraction
    + Association between threads and corespondent 'BaseThread' class
- First steps to portability:
    + File System (File / Directory) operations have been separated in 'Directory' class
    + Communication operations have been separated in 'Connection' and 'ConnectionServer' classes
    + Signal class is completly redesigned
    + Introduced 'ThreadHandle' and 'ConnectionHandle' instead of pthread_t, int 
    + All system dependent stuff is in thread folder
    + All 'therad/' stuff is compiling under windows with VC.NET
- Different typos were fixed
    + Invalid return values in 'Allocator' code
    + Problems with opcStringList

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: