It looks like exceptions get thrown when this function doesn't work. Is there any situation where an exception would not get thrown, however the function returns a nil pointer?
i.e. is this accurate?
Thank youCode:ObjectPrx base = communicator()->stringToProxy("..."); assert(base);

Reply With Quote