- added FindCommandDescriptor to SCinter.*
- modified support for dynamic objects - improved logger system - various fixes
This commit is contained in:
@ -282,8 +282,8 @@ pSICSOBJ SetupSICSOBJ(SConnection *pCon,SicsInterp *pSics, void *pData,
|
||||
return NULL;
|
||||
}
|
||||
if (strcasecmp(argv[0],"DynSicsObj") == 0) {
|
||||
/* save creation command */
|
||||
pNew->pDes->creationCommand = Arg2Tcl(argc, argv, NULL, -1);
|
||||
/* make object dynamic by defining a descriptor command */
|
||||
SetDescriptorKey(pNew->pDes, "creationCommand", "0");
|
||||
}
|
||||
|
||||
status = AddCommand(pSics,
|
||||
|
Reference in New Issue
Block a user