ColorProfileManagedConnection.java
683 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* com.adobe.service.ProcessFactoryManager
* com.adobe.service.ProcessResource
* com.adobe.service.ServiceAPI
*/
package com.adobe.colorprofile;
import com.adobe.colorprofile.ColorProfileSvc;
import com.adobe.service.ProcessFactoryManager;
import com.adobe.service.ProcessResource;
import com.adobe.service.ServiceAPI;
import java.io.IOException;
public class ColorProfileManagedConnection
extends ProcessResource {
public ColorProfileManagedConnection(ColorProfileSvc service) throws IOException {
super((ServiceAPI)service, new ProcessFactoryManager((ServiceAPI)service));
}
}