Parallel
pdo.asc
Associated article: Implementing Distributed Objects
Tags: Web Development C/C++ Parallel Embedded Systems
Listing One //--------------------------------------------------------------- // PhoneClient.m by Ernest Prabhakar, 1995 // Transliteration of test suite into Objective-C // The only addition is to free strings for the remote case //--------------------------------------------------------------- #import "PhoneDir.h" #ifdef REMOTE #import <remote/NXProxy.h> #endif ...


