summaryrefslogtreecommitdiff
path: root/src/lib/raw_image_proxy.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-15 21:01:54 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-17 00:42:54 +0200
commite9cca90a162e3e4b1db4a5e5188831beaa69d44e (patch)
treeffdc9945c3da5c1686cf7fe0d05051bccfd2555d /src/lib/raw_image_proxy.h
parent68dda7cd10c973a9342afd3ef606eb6012dc723b (diff)
Rename send_binary -> write_to_socket.
Diffstat (limited to 'src/lib/raw_image_proxy.h')
-rw-r--r--src/lib/raw_image_proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/raw_image_proxy.h b/src/lib/raw_image_proxy.h
index a247d7610..7971d4a10 100644
--- a/src/lib/raw_image_proxy.h
+++ b/src/lib/raw_image_proxy.h
@@ -34,7 +34,7 @@ public:
) const;
void add_metadata (xmlpp::Node *) const;
- void send_binary (boost::shared_ptr<Socket>) const;
+ void write_to_socket (boost::shared_ptr<Socket>) const;
bool same (boost::shared_ptr<const ImageProxy>) const;
size_t memory_used () const;