Showing
1 changed file
with
2 additions
and
4 deletions
@@ -72,15 +72,13 @@ __toJson(struct PACKET * _this) | @@ -72,15 +72,13 @@ __toJson(struct PACKET * _this) | ||
72 | INIT_CCLASS(PACKET, __jsonConst, __toJson); | 72 | INIT_CCLASS(PACKET, __jsonConst, __toJson); |
73 | 73 | ||
74 | struct DYNTYPE * | 74 | struct DYNTYPE * |
75 | -packet_getHeader( | ||
76 | - struct PACKET * _this) | 75 | +packet_getHeader(struct PACKET * _this) |
77 | { | 76 | { |
78 | return _this->content[PACKET_HEADER]; | 77 | return _this->content[PACKET_HEADER]; |
79 | } | 78 | } |
80 | 79 | ||
81 | struct DYNTYPE * | 80 | struct DYNTYPE * |
82 | -packet_getData( | ||
83 | - struct PACKET * _this) | 81 | +packet_getData(struct PACKET * _this) |
84 | { | 82 | { |
85 | return _this->content[PACKET_DATA]; | 83 | return _this->content[PACKET_DATA]; |
86 | } | 84 | } |
Please
register
or
login
to post a comment