23 #include <xplc/core.h>
27 #define MONIKER_SEPARATOR_CHAR ':'
55 char* name = strdup(aName);
56 char* rest = strchr(name, MONIKER_SEPARATOR_CHAR);
66 if(strcmp(name, node->name) == 0) {
67 servmgr = XPLC_getServiceManager();
75 moniker = mutate<IMoniker>(obj);
105 if(strcmp(aName, node->name) == 0)