Commit graph

27 commits

Author SHA1 Message Date
Micke Prag
9d5af14609 Fix some compiler warnings 2012-10-30 15:58:34 +01:00
Micke Prag
6666dc0294 Do not use namespace using-directives according to Google style guidelines "build/namespaces" 2012-06-19 12:30:51 +02:00
Micke Prag
dc357ddeca Remove extra blank lines according to Google style guidelines "whitespace/blank_line" 2012-06-19 12:30:51 +02:00
Micke Prag
3a0cee353a Fix include header order according to Google style guidelines "build/include_order" 2012-06-19 12:30:50 +02:00
Micke Prag
75f21588e5 Should have a space between // and comment "whitespace/comments" 2012-06-19 12:30:50 +02:00
Micke Prag
e1608f94a8 { should almost always be at the end of the previous line, according to Google style guidelines "whitespace/braces" 2012-06-19 12:30:50 +02:00
Micke Prag
8d0228ced2 Add copyright message according to Google style guidelines "legal/copyright" 2012-06-19 12:30:50 +02:00
Micke Prag
5b5be387cd Include the directory when naming .h files. According to Google style guideline "build/include". 2012-06-19 12:30:49 +02:00
Micke Prag
9500c4c898 Convert dos endings to unix in telldus-core, see #160 2012-02-27 17:37:52 +01:00
Stefan Persson
24586433d9 Windows service, 2.1.0a and new changes for possible new version. 2011-11-04 14:32:22 +01:00
Stefan Persson
fe7f8f6eb8 Code cleanup, removed todos 2011-03-03 14:21:57 +00:00
Stefan Persson
aa8fa0c451 Relocated the function wideToInteger to Strings. 2010-11-16 09:40:09 +00:00
Micke Prag
e676655a82 Removed function Message::wideToString(), we should use TelldusCore::wideToString() from now on 2010-10-24 16:16:50 +00:00
Micke Prag
48a055a061 Removed obsolete function Message::charToWstring() 2010-10-21 14:27:46 +00:00
Micke Prag
2a0c9ae686 Converted uses of Message::charToWstring to use the strings library instead. 2010-10-21 14:27:03 +00:00
Micke Prag
ac9a35af21 Converted Message::getClientWStringFromSocket() to Client::getWStringFromService() 2010-10-18 10:28:20 +00:00
Micke Prag
3094384f8a Converted Message::getClientBoolFromSocket() to Client::getBoolFromService() 2010-10-18 10:23:18 +00:00
Micke Prag
01a983d04f Converted all functions to use Client::getIntegerFromService() 2010-10-18 10:19:33 +00:00
Stefan Persson
13253a0aa5 New wstring to string conversion method. Untested and only used in SendRawCommand so far (with todo's on other places where it should be used). 2010-10-18 08:42:49 +00:00
Stefan Persson
ae5655abbe Device state and device state value implemented 2010-10-15 12:38:12 +00:00
Micke Prag
f46c713fa4 Fixed compiler warning 2010-10-14 15:14:27 +00:00
Stefan Persson
a26781c8d0 Bell and Dim added 2010-10-14 12:37:09 +00:00
Micke Prag
4865a63f0c Fix indentation issues 2010-10-12 12:12:55 +00:00
Micke Prag
7225c71221 Fix indentation issues 2010-10-12 12:07:54 +00:00
Stefan Persson
5cb709e4e6 More communication method-stubs 2010-10-11 13:41:22 +00:00
Stefan Persson
24426da77a Client/service communication 2010-10-08 15:47:19 +00:00
Stefan Persson
64439e7b0c Class added 2010-10-08 12:31:35 +00:00