Updating header files. Earlier change here seems to have been in error.
From-SVN: r122550
This commit is contained in:
@@ -36,7 +36,7 @@ public: // actually package-private
|
||||
virtual void exit();
|
||||
private:
|
||||
::gnu::java::rmi::server::UnicastConnection * __attribute__((aligned(__alignof__( ::java::lang::Thread)))) conn;
|
||||
volatile jboolean exiting;
|
||||
jboolean volatile exiting;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
@@ -70,7 +70,7 @@ public: // actually package-private
|
||||
static ::java::util::Hashtable * clients;
|
||||
::java::util::ArrayList * __attribute__((aligned(__alignof__( ::java::lang::Object)))) connections;
|
||||
private:
|
||||
volatile ::java::lang::Thread * serverThread;
|
||||
::java::lang::Thread * volatile serverThread;
|
||||
::java::net::ServerSocket * ssock;
|
||||
public: // actually package-private
|
||||
::java::lang::String * serverName;
|
||||
|
||||
Reference in New Issue
Block a user