102cc152dSAriel Constenla-Haile/**************************************************************
202cc152dSAriel Constenla-Haile *
302cc152dSAriel Constenla-Haile * Licensed to the Apache Software Foundation (ASF) under one
402cc152dSAriel Constenla-Haile * or more contributor license agreements.  See the NOTICE file
502cc152dSAriel Constenla-Haile * distributed with this work for additional information
602cc152dSAriel Constenla-Haile * regarding copyright ownership.  The ASF licenses this file
702cc152dSAriel Constenla-Haile * to you under the Apache License, Version 2.0 (the
802cc152dSAriel Constenla-Haile * "License"); you may not use this file except in compliance
902cc152dSAriel Constenla-Haile * with the License.  You may obtain a copy of the License at
1002cc152dSAriel Constenla-Haile *
1102cc152dSAriel Constenla-Haile *   http://www.apache.org/licenses/LICENSE-2.0
1202cc152dSAriel Constenla-Haile *
1302cc152dSAriel Constenla-Haile * Unless required by applicable law or agreed to in writing,
1402cc152dSAriel Constenla-Haile * software distributed under the License is distributed on an
1502cc152dSAriel Constenla-Haile * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1602cc152dSAriel Constenla-Haile * KIND, either express or implied.  See the License for the
1702cc152dSAriel Constenla-Haile * specific language governing permissions and limitations
1802cc152dSAriel Constenla-Haile * under the License.
1902cc152dSAriel Constenla-Haile *
2002cc152dSAriel Constenla-Haile *************************************************************/
2102cc152dSAriel Constenla-Haile
2202cc152dSAriel Constenla-Haile
2302cc152dSAriel Constenla-Haile#ifndef __com_sun_star_awt_PrinterServer_idl__
2402cc152dSAriel Constenla-Haile#define __com_sun_star_awt_PrinterServer_idl__
2502cc152dSAriel Constenla-Haile
2602cc152dSAriel Constenla-Hailemodule com {  module sun {  module star {  module awt {
2702cc152dSAriel Constenla-Haile
2802cc152dSAriel Constenla-Haileinterface XPrinterServer;
2902cc152dSAriel Constenla-Haile
3002cc152dSAriel Constenla-Haile/** manages several printers on one machine.
3102cc152dSAriel Constenla-Haile
32*d1e7efc3SJürgen Schmidt    @since OpenOffice 4.0
3302cc152dSAriel Constenla-Haile */
3402cc152dSAriel Constenla-Haileservice PrinterServer : XPrinterServer
3502cc152dSAriel Constenla-Haile{
3602cc152dSAriel Constenla-Haile    /** service constructor
3702cc152dSAriel Constenla-Haile     */
3802cc152dSAriel Constenla-Haile    create();
3902cc152dSAriel Constenla-Haile};
4002cc152dSAriel Constenla-Haile
4102cc152dSAriel Constenla-Haile}; }; }; };
4202cc152dSAriel Constenla-Haile
4302cc152dSAriel Constenla-Haile#endif
44