* include/javaprims.h: Removed security namespace.

From-SVN: r26543
This commit is contained in:
Tom Tromey 1999-04-19 07:48:02 +00:00 committed by Tom Tromey
parent b3c1c08777
commit 0cf347a3a7
2 changed files with 4 additions and 6 deletions

View File

@ -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.

View File

@ -175,12 +175,6 @@ extern "Java"
};
};
namespace security
{
class MessageDigest;
class NoSuchAlgorithmException;
};
namespace util
{
class BitSet;