WingMan – Diff between revs 10 and 32

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 10 Rev 32
1 namespace WingMan.Communication 1 namespace WingMan.Communication
2 { 2 {
3 public enum MqttCommunicationType 3 public enum MqttCommunicationType
4 { 4 {
5 Server, 5 Server,
6 Client 6 Client
7 } 7 }
8 } 8 }
9   9  
-   10
Generated by GNU Enscript 1.6.5.90.
-   11  
-   12  
-   13