summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/LinkLocal/LinkLocalServiceInfo.h')
-rw-r--r--Swiften/LinkLocal/LinkLocalServiceInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/LinkLocal/LinkLocalServiceInfo.h b/Swiften/LinkLocal/LinkLocalServiceInfo.h
index eb65706..adfd062 100644
--- a/Swiften/LinkLocal/LinkLocalServiceInfo.h
+++ b/Swiften/LinkLocal/LinkLocalServiceInfo.h
@@ -46,7 +46,7 @@ namespace Swift {
46 boost::optional<unsigned short> getPort() const { return port; } 46 boost::optional<unsigned short> getPort() const { return port; }
47 void setPort(unsigned short p) { port = p; } 47 void setPort(unsigned short p) { port = p; }
48 48
49 ByteArray toTXTRecord() const; 49 boost::optional<ByteArray> toTXTRecord() const;
50 50
51 static LinkLocalServiceInfo createFromTXTRecord(const ByteArray& record); 51 static LinkLocalServiceInfo createFromTXTRecord(const ByteArray& record);
52 52