| Index: ppapi/cpp/private/udp_socket_private.h
|
| diff --git a/ppapi/cpp/private/udp_socket_private.h b/ppapi/cpp/private/udp_socket_private.h
|
| index 5179e721e9afb54f7055f5be1cc7a34513dfe7e6..34e06a906a0970a06beeb970b3618cde5711a1ca 100644
|
| --- a/ppapi/cpp/private/udp_socket_private.h
|
| +++ b/ppapi/cpp/private/udp_socket_private.h
|
| @@ -13,6 +13,7 @@ namespace pp {
|
|
|
| class CompletionCallback;
|
| class InstanceHandle;
|
| +class Var;
|
|
|
| class UDPSocketPrivate : public Resource {
|
| public:
|
| @@ -21,6 +22,7 @@ class UDPSocketPrivate : public Resource {
|
| // Returns true if the required interface is available.
|
| static bool IsAvailable();
|
|
|
| + int32_t SetSocketFeature(PP_UDPSocketFeature_Private name, const Var& value);
|
| int32_t Bind(const PP_NetAddress_Private* addr,
|
| const CompletionCallback& callback);
|
| bool GetBoundAddress(PP_NetAddress_Private* addr);
|
|
|