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:
David Daney
2007-02-15 17:03:49 +00:00
parent b697e623a3
commit 31429fbc3c
6 changed files with 60 additions and 48 deletions
+5
View File
@@ -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;