From a42bb012a9119d98acbcba84e32d0a8fb3c56893 Mon Sep 17 00:00:00 2001 From: Arnaud Simon Date: Tue, 27 Nov 2007 08:35:19 +0000 Subject: optimized message creation git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@598556 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/java/org/apache/qpid/framing/ContentHeaderProperties.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/java/common/src') diff --git a/qpid/java/common/src/main/java/org/apache/qpid/framing/ContentHeaderProperties.java b/qpid/java/common/src/main/java/org/apache/qpid/framing/ContentHeaderProperties.java index 561d7852fd..7ef538cfdc 100644 --- a/qpid/java/common/src/main/java/org/apache/qpid/framing/ContentHeaderProperties.java +++ b/qpid/java/common/src/main/java/org/apache/qpid/framing/ContentHeaderProperties.java @@ -55,4 +55,6 @@ public interface ContentHeaderProperties * @return flags */ int getPropertyFlags(); + + void updated(); } -- cgit v1.2.1