summaryrefslogtreecommitdiff
path: root/java/src/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fixed most of the javadoc commenting problems. To make it perfect, alleea11998-05-101-5/+1
| | | | | | | the source files would have to exist in a directory structure identical to their package names. With these changes, though, people can still view the packages, classes, and methods correctly. I mainly corrected the @see and @exception statements.
* Made some small changes so that there won't be warnings on NT wheneea11997-12-191-1/+2
| | | | | java.lang is imported or stuff is imported from a package that it's already a member of.
* Checks in the new additions to the ServiceConfigurator, makes a feweea11997-11-121-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | small adjustments to the sockets, and removes a deprecation problem with a String in BlobReader. Acceptor's socket acceptor was changed to protected rather than private. The new files are broken down as follows: Files that are involved in loading a C++ service config file to load Java ACE network services: Svc_Conf.y parser.java sym.java Yylex.lex ClassNameGenerator.java Files that have to do with the overall restructuring of the Service Configurator such that suspend/resume/remove and the service repository are added: AddServiceObjectNode.java ClassReader.java Extracts the full class name from a .class file SuspendNode.java ResumeNode.java RemoveNode.java ServiceRecord.java Repository wrapper, makes calls via reflection ServiceObjectRecord.java Wrapper for ServiceObjects specifically
* Added some new filespjain1997-04-231-1/+5
|
* Changed package name from ACE to JACEpjain1997-04-051-11/+11
|
* Added new files to be compiled -- Stream, StreamHead, StreamTail, Module.pjain1997-03-101-1/+8
|
* Made changes resulting from working through a simple Logger example.Chris Cleeland1997-01-301-1/+2
| | | | | | | Modified Files: Makefile Readme SOCKConnector.java SOCKStream.java Added Files: INETAddr.java
* Added Token.java and TimerQueue.javapjain1996-11-231-2/+4
|
* Fixed the Makefile so that when doing "make doc", it generatedpjain1996-11-121-1/+5
| | | | documentation for all files and not just packages.
* Added Condition.java to Makefilepjain1996-11-121-0/+2
|
* Made Makefile work a little better by only making individual packages.Chris Cleeland1996-11-121-43/+99
| | | | | | | It was also necessary to break up ASX (for the sake of the Makefile) so that time-related items are compiled prior to other items. TimeValue moved from ACE.Reactor into ACE.ASX.
* new implementation of traditional conditions in javairfan1996-11-121-30/+32
|
* removed TimerQueue.java from Makefilepjain1996-11-121-1/+0
|
* image filespjain1996-11-121-0/+66
source files