Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 252647
Collapse All | Expand All

(-)mono-zeroconf-0.8.0.orig/src/Mono.Zeroconf.Providers.AvahiDBus/Mono.Zeroconf.Providers.AvahiDBus/Service.cs (-3 / +3 lines)
Lines 65-81 Link Here
65
        
65
        
66
        public string Name {
66
        public string Name {
67
            get { return name; }
67
            get { return name; }
68
            protected set { name = value; }
68
            set { name = value; }
69
        }
69
        }
70
        
70
        
71
        public string RegType {
71
        public string RegType {
72
            get { return regtype; }
72
            get { return regtype; }
73
            protected set { regtype = value; }
73
            set { regtype = value; }
74
        }
74
        }
75
        
75
        
76
        public string ReplyDomain {
76
        public string ReplyDomain {
77
            get { return reply_domain; }
77
            get { return reply_domain; }
78
            protected set { reply_domain = value; }
78
            set { reply_domain = value; }
79
        }
79
        }
80
        
80
        
81
        public uint NetworkInterface {
81
        public uint NetworkInterface {

Return to bug 252647