Changeset 57
- Timestamp:
- 07/17/08 14:06:37
(5 months ago)
- Author:
- jtang
- Message:
More cleanups of Java bindings.
(Changes mirrored to 1.2 branch.)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r53 |
r57 |
|
| 12 | 12 | LIBDIRS = -L$(TOP_BUILDDIR)/src |
|---|
| 13 | 13 | |
|---|
| 14 | | SRC = com/tresys/sipc/BadKeyException.java \ |
|---|
| 15 | | com/tresys/sipc/ConnectionException.java \ |
|---|
| | 14 | SRC = com/tresys/sipc/ConnectionException.java \ |
|---|
| 16 | 15 | com/tresys/sipc/Sipc.java \ |
|---|
| 17 | 16 | com/tresys/sipc/SipcMqueue.java \ |
|---|
| r55 |
r57 |
|
| 114 | 114 | * implemented by all backends. |
|---|
| 115 | 115 | */ |
|---|
| 116 | | public void SipcRecvDone() throws Exception {} |
|---|
| | 116 | public void RecvDone() throws Exception {} |
|---|
| 117 | 117 | |
|---|
| 118 | 118 | /** |
|---|
| r53 |
r57 |
|
| 12 | 12 | LIBDIRS = -L$(TOP_BUILDDIR)/src |
|---|
| 13 | 13 | |
|---|
| 14 | | SRC = com/tresys/sipc/BadKeyException.java \ |
|---|
| 15 | | com/tresys/sipc/ConnectionException.java \ |
|---|
| | 14 | SRC = com/tresys/sipc/ConnectionException.java \ |
|---|
| 16 | 15 | com/tresys/sipc/Sipc.java \ |
|---|
| 17 | 16 | com/tresys/sipc/SipcMqueue.java \ |
|---|
| r54 |
r57 |
|
| 114 | 114 | * implemented by all backends. |
|---|
| 115 | 115 | */ |
|---|
| 116 | | public void SipcRecvDone() throws Exception {} |
|---|
| | 116 | public void RecvDone() throws Exception {} |
|---|
| 117 | 117 | |
|---|
| 118 | 118 | /** |
|---|
Download in other formats:
* Generating other formats may take time.