PlainSocketImpl.h: Regenerate.
* gnu/java/net/PlainSocketImpl.h: Regenerate. * gnu/classpath/jdwp/VMVirtualMachine.h: Same. * gnu/classpath/jdwp/VMFrame.h: Same. * java/net/Socket.h: Same. * java/util/Collections$UnmodifiableMap$UnmodifiableEntrySet.h: Same. From-SVN: r122006
This commit is contained in:
@@ -24,6 +24,7 @@ extern "Java"
|
||||
namespace net
|
||||
{
|
||||
class InetAddress;
|
||||
class InetSocketAddress;
|
||||
class SocketAddress;
|
||||
class SocketImpl;
|
||||
}
|
||||
@@ -59,6 +60,9 @@ public: // actually protected
|
||||
jint available();
|
||||
void close();
|
||||
void sendUrgentData(jint);
|
||||
public:
|
||||
::java::net::InetSocketAddress * getLocalAddress();
|
||||
public: // actually protected
|
||||
::java::io::InputStream * getInputStream();
|
||||
::java::io::OutputStream * getOutputStream();
|
||||
public: // actually package-private
|
||||
@@ -79,6 +83,7 @@ public: // actually package-private
|
||||
jint __attribute__((aligned(__alignof__( ::java::net::SocketImpl)))) native_fd;
|
||||
jint timeout;
|
||||
::java::net::InetAddress * localAddress;
|
||||
::java::net::InetSocketAddress * localSocketAddress;
|
||||
private:
|
||||
::java::io::InputStream * in;
|
||||
::java::io::OutputStream * out;
|
||||
|
||||
Reference in New Issue
Block a user