Web Development
lisa.asc
Associated article: Distributed Objects and the Internet
Tags: Web Development Embedded Systems
_DISTRIBUTED OBJECTS AND THE INTERNET_
by John Pompeii
Listing One
// file: connctsv.idl
#include <somobj.idl>
struct TimeStamp;
enum NPConnectStatus
{
NPConnected,
NPDisconnected,
NPTrying
};
// structure to define a TCP/IP interface
struct NetworkPort
{
unsigned long handle;
string port_name;
...


