comparison VSs.h @ 13:2bf83f932705

fix: mix-up between 2 redundant types of carriers
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Tue, 21 Aug 2012 17:42:07 +0200
parents f56e3beac86b
children b2bc97318262
comparison
equal deleted inserted replaced
12:d3aa86f3b0b1 13:b0f1cb59bf97
89 int32 argNum; 89 int32 argNum;
90 int32 isReader; 90 int32 isReader;
91 } 91 }
92 VSsTaskStubCarrier; 92 VSsTaskStubCarrier;
93 93
94
95 typedef struct
96 {
97 int32 type;
98 VSsTaskStub *taskStub;
99 }
100 VSsWaiterCarrier;
101 94
102 /*Semantic layer-specific data sent inside a request from lib called in app 95 /*Semantic layer-specific data sent inside a request from lib called in app
103 * to request handler called in AnimationMaster 96 * to request handler called in AnimationMaster
104 */ 97 */
105 98