// ********************************************************************** // // Copyright (c) 2003-2004 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. // // ********************************************************************** #ifndef PRINTER_I_H #define PRINTER_I_H #include class PrinterI : virtual public Ice::Blobject { public: virtual bool ice_invoke(const std::vector&, std::vector&, const Ice::Current&); }; #endif