Subversion Repositories HomeAutomation

Rev

Rev 974 | Rev 976 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 974 Rev 975
Line 118... Line 118...
118
                {
118
                {
119
                    slog << "CanMessageException was caught:\n";
119
                    slog << "CanMessageException was caught:\n";
120
                    slog << e->getDescription() << "\n";
120
                    slog << e->getDescription() << "\n";
121
                }
121
                }
122
            }
122
            }
-
 
123
        }
-
 
124
        else if (event == ASYNCSOCKET_EVENT_CLOSED)
-
 
125
        {
-
 
126
            vm.queueExpression("setAllOffline();");
123
        }
127
        }
124
        else if (event == ASYNCSOCKET_EVENT_INACTIVITY)
128
        else if (event == ASYNCSOCKET_EVENT_INACTIVITY)
125
        {
129
        {
126
            if (waitingForPong)
130
            if (waitingForPong)
127
            {
131
            {