[
Up Level
|
Project home
|
Index
|
Class hierarchy
]
ClientServerTestA.ox
A template and test program for using Client/Server Execution and CFMPI.
Author:
Christopher Ferrall
ClientServer
Public fields
myp2p
static
Public methods
Run
static
MyClient
Derive client from Client and provide a Client::Tasks routine.
Public methods
Execute
Call the default task, which announces date and time.
MyServer
Derive server from Server and provide an Server::Interface routine.
Public methods
Execute
This just calls the default interface and returns what it returns.
ClientServer
myp2p
static decl myp2p [public]
Run
static ClientServer :: Run ( )
MyClient
Execute
MyClient :: Execute ( )
Call the default task, which announces date and time.
MyServer
Execute
MyServer :: Execute ( )
This just calls the default interface and returns what it returns.