Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1917 - in development/laboratory/planet/components/protocol: packetapi/src/main/net/dpml/protocol/packet packetimpl/src/main/net/dpml/protocol/packet/impl

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: niclas AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1917 - in development/laboratory/planet/components/protocol: packetapi/src/main/net/dpml/protocol/packet packetimpl/src/main/net/dpml/protocol/packet/impl
  • Date: Tue, 01 Mar 2005 06:41:35 +0100

Author: niclas
Date: Tue Mar 1 06:41:34 2005
New Revision: 1917

Added:

development/laboratory/planet/components/protocol/packetapi/src/main/net/dpml/protocol/packet/BitMappedFlags.java
- copied unchanged from r1915,
development/laboratory/planet/components/protocol/packetimpl/src/main/net/dpml/protocol/packet/impl/BitMappedFlags.java

development/laboratory/planet/components/protocol/packetapi/src/main/net/dpml/protocol/packet/DefaultPacket.java
- copied unchanged from r1908,
development/laboratory/planet/components/protocol/packetimpl/src/main/net/dpml/protocol/packet/impl/DefaultPacket.java

development/laboratory/planet/components/protocol/packetapi/src/main/net/dpml/protocol/packet/EnumeratedString.java
- copied unchanged from r1915,
development/laboratory/planet/components/protocol/packetimpl/src/main/net/dpml/protocol/packet/impl/EnumeratedString.java

development/laboratory/planet/components/protocol/packetapi/src/main/net/dpml/protocol/packet/FixedLengthString.java
- copied unchanged from r1914,
development/laboratory/planet/components/protocol/packetimpl/src/main/net/dpml/protocol/packet/impl/FixedLengthString.java

development/laboratory/planet/components/protocol/packetapi/src/main/net/dpml/protocol/packet/String16bitLengthLead.java
- copied unchanged from r1908,
development/laboratory/planet/components/protocol/packetimpl/src/main/net/dpml/protocol/packet/impl/String16bitLengthLead.java

development/laboratory/planet/components/protocol/packetapi/src/main/net/dpml/protocol/packet/String8bitLengthLead.java
- copied unchanged from r1908,
development/laboratory/planet/components/protocol/packetimpl/src/main/net/dpml/protocol/packet/impl/String8bitLengthLead.java

development/laboratory/planet/components/protocol/packetapi/src/main/net/dpml/protocol/packet/StringNullTerminated.java
- copied unchanged from r1908,
development/laboratory/planet/components/protocol/packetimpl/src/main/net/dpml/protocol/packet/impl/StringNullTerminated.java
Removed:

development/laboratory/planet/components/protocol/packetimpl/src/main/net/dpml/protocol/packet/impl/BitMappedFlags.java

development/laboratory/planet/components/protocol/packetimpl/src/main/net/dpml/protocol/packet/impl/DefaultPacket.java

development/laboratory/planet/components/protocol/packetimpl/src/main/net/dpml/protocol/packet/impl/EnumeratedString.java

development/laboratory/planet/components/protocol/packetimpl/src/main/net/dpml/protocol/packet/impl/FixedLengthString.java

development/laboratory/planet/components/protocol/packetimpl/src/main/net/dpml/protocol/packet/impl/String16bitLengthLead.java

development/laboratory/planet/components/protocol/packetimpl/src/main/net/dpml/protocol/packet/impl/String8bitLengthLead.java

development/laboratory/planet/components/protocol/packetimpl/src/main/net/dpml/protocol/packet/impl/StringNullTerminated.java
Modified:

development/laboratory/planet/components/protocol/packetapi/src/main/net/dpml/protocol/packet/PacketDescriptor.java
Log:
Rearranged the pieces.

Modified:
development/laboratory/planet/components/protocol/packetapi/src/main/net/dpml/protocol/packet/PacketDescriptor.java
==============================================================================
---
development/laboratory/planet/components/protocol/packetapi/src/main/net/dpml/protocol/packet/PacketDescriptor.java
(original)
+++
development/laboratory/planet/components/protocol/packetapi/src/main/net/dpml/protocol/packet/PacketDescriptor.java
Tue Mar 1 06:41:34 2005
@@ -41,5 +41,4 @@
PacketType getType();

List getFieldDescriptors();
-}
-
+}
\ No newline at end of file



  • svn commit: r1917 - in development/laboratory/planet/components/protocol: packetapi/src/main/net/dpml/protocol/packet packetimpl/src/main/net/dpml/protocol/packet/impl, niclas, 03/01/2005

Archive powered by MHonArc 2.6.24.

Top of Page