LibreOffice Module sd (master) 1
OSXNetworkService.h
Go to the documentation of this file.
1/* -*- Mode: ObjC; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
9
10#pragma once
11
12#include <sys/socket.h>
13#include <netinet/in.h>
14
15#include <premac.h>
16#import <CoreFoundation/CoreFoundation.h>
17#import <Foundation/NSNetServices.h>
18#import <Foundation/NSRunLoop.h>
19#include <postmac.h>
20
21@interface OSXBonjourService : NSObject <NSNetServiceDelegate>
22{
23 NSNetService* netService;
25
26- (void)publishImpressRemoteServiceOnLocalNetworkWithName:(NSString*)sName;
27
28@end
29
30/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
NSNetService * netService