/////////////////////////////////////////////////////////////////// // Comp.cpp - implements class that implements a COM interface // // Note that we just left the interface empty here. // // // // Jim Fawcett, CSE775 - Distributed Objects, Spring 2005 // /////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "Comp.h" // CComp