]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/include/typedefs_api.h
Update of ORTE. Configured to compile for Linux out of box.
[orte.git] / orte / include / typedefs_api.h
index fe4109be83cbf3450feb1432883c0ca96cd87d5a..c8187c1608bb78f31b6ba18359156dbc8d80d314 100644 (file)
@@ -75,7 +75,7 @@ typedef void (*ORTETypeDeserialize)(ORTECDRStream *cdr_stream, void *instance);
  * struct ORTETypeRegister - 
  */
 typedef struct ORTETypeRegister {
-  char                   *typeName;
+  const char             *typeName;
   ORTETypeSerialize      serialize;
   ORTETypeDeserialize    deserialize;
   unsigned int           getMaxSize;
@@ -234,7 +234,7 @@ typedef void
 typedef void 
 (*ORTESendCallBack)(const ORTESendInfo *info,void *instance, void *sendCallBackParam);
 typedef ORTESubscription*
-(*ORTESubscriptionPatternCallBack)(const char *topic, const char *nddsType, void *Param);
+(*ORTESubscriptionPatternCallBack)(const char *topic, const char *type, void *Param);
 
 
 //Pattern