C/C++
dsom.asc
Associated article: Component Objects & Distributed Computing
Tags: C/C++
Published source code accompanying the article by Jeff Rush on interoperable, component objects for distributed computing. Jeff uses IBM's SOM to create desktop objects for the OS/2 Workplace Shell that use Distributed SOM (DSOM) to invoke methods on remote objects--implemented in C++. Also see DSOM.ZIP.
_Component Objects and Distributed Computing_ by Jeff Rush Listing One // File: tchat.hh #ifndef __TCHAT_HH__ #define __TCHAT_HH__ #include <os2.h> #define INCL_WPCLASS #include <pmwp.h> class M_WPAbstract; #pragma SOMClassName(M_WPAbstract, "...


