/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.uccollaborationlib.impl; import com.wilutions.com.*; @SuppressWarnings("all") @CoClass(guid="{F750605E-4676-9D93-1F0D-CDB621F93BC9}") public class IConversation2Impl extends Dispatch implements com.wilutions.mslib.uccollaborationlib.IConversation2 { public IConversation2Impl(String progId) throws ComException { super(progId, "{37C7F935-E215-46D2-82A3-A451840EC733}"); } protected IConversation2Impl(long ndisp) { super(ndisp); } public String toString() { return "[IConversation2Impl" + super.toString() + "]"; } }