aboutsummaryrefslogtreecommitdiffstats
path: root/modules/windows-sens/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* [win32] Remove the C++ dependencyFridrich Štrba2010-03-271-0/+1
| | | | Implement the Windows SENS network monitoring in plain C
* [win32] Converting the Windows SENS from C++ to plain CFridrich Štrba2010-03-271-1/+1
|
* [win32] Implement network status detectionFridrich Strba2010-03-241-0/+19
The implementation is done using System Event Notification Service by implementing ConnectionMade ConnectionMadeNoQOCInfo and ConnectionLost methods of ISensNetwork interface. Introduces C++ dependency for Windows port only