Changeset ba9c50
- Timestamp:
- 02/03/12 17:32:54 (3 months ago)
- Branches:
- ('master', 'deebf2045e7119c339412580f37a1e653f7d5715')('controller-upgrade', '00f95d22e12d96ef089e0902ef62ae8ce841dc6f')
- Children:
- a1079c48dae1b80ad86c86589d69f2d021668ca2
- Parents:
- e834160492fcf522ade2ab40239ba2bf66e17be3
- git-author:
- Micke Prag <micke.prag@telldus.se>2012-02-03 17:32:54+01:00
- git-committer:
- Micke Prag <micke.prag@telldus.se>2012-02-03 17:32:54+01:00
- Location:
- telldus-core
- Files:
-
- 4 edited
-
common/EventHandler_win.cpp (modified) (1 diff)
-
common/Event_win.cpp (modified) (1 diff)
-
service/ConnectionListener_win.cpp (modified) (1 diff)
-
service/TellStick_ftd2xx.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
telldus-core/common/EventHandler_win.cpp
r938187 rba9c50 5 5 #include <windows.h> 6 6 #include <list> 7 8 using namespace TelldusCore; 7 9 8 10 class EventHandler::PrivateData { -
telldus-core/common/Event_win.cpp
r938187 rba9c50 1 1 #include "Event.h" 2 2 #include "Thread.h" 3 4 using namespace TelldusCore; 3 5 4 6 class Event::PrivateData { -
telldus-core/service/ConnectionListener_win.cpp
r65ef52 rba9c50 15 15 HANDLE hEvent; 16 16 bool running; 17 EventRef waitEvent;17 TelldusCore::EventRef waitEvent; 18 18 }; 19 19 20 ConnectionListener::ConnectionListener(const std::wstring &name, EventRef waitEvent)20 ConnectionListener::ConnectionListener(const std::wstring &name, TelldusCore::EventRef waitEvent) 21 21 { 22 22 d = new PrivateData; -
telldus-core/service/TellStick_ftd2xx.cpp
r915d47 rba9c50 41 41 }; 42 42 43 TellStick::TellStick(int controllerId, Event *event, const TellStickDescriptor &td )43 TellStick::TellStick(int controllerId, TelldusCore::Event *event, const TellStickDescriptor &td ) 44 44 :Controller(controllerId, event) 45 45 {
Note: See TracChangeset
for help on using the changeset viewer.
