mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-26 21:15:01 +08:00
* include/javaprims.h: Removed security namespace.
From-SVN: r26543
This commit is contained in:
parent
b3c1c08777
commit
0cf347a3a7
@ -1,3 +1,7 @@
|
||||
1999-04-19 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* include/javaprims.h: Removed security namespace.
|
||||
|
||||
1999-04-20 Anthony Green <green@cygnus.com>
|
||||
|
||||
* java/io/PrintStream.java (println): Remove extra println.
|
||||
|
@ -175,12 +175,6 @@ extern "Java"
|
||||
};
|
||||
};
|
||||
|
||||
namespace security
|
||||
{
|
||||
class MessageDigest;
|
||||
class NoSuchAlgorithmException;
|
||||
};
|
||||
|
||||
namespace util
|
||||
{
|
||||
class BitSet;
|
||||
|
Loading…
Reference in New Issue
Block a user