From commits-return-37888-apmail-qpid-commits-archive=qpid.apache.org@qpid.apache.org Sat Dec 10 00:05:01 2016 Return-Path: X-Original-To: apmail-qpid-commits-archive@www.apache.org Delivered-To: apmail-qpid-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C186C19D7E for ; Sat, 10 Dec 2016 00:05:00 +0000 (UTC) Received: (qmail 39881 invoked by uid 500); 10 Dec 2016 00:05:00 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 39799 invoked by uid 500); 10 Dec 2016 00:05:00 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 38555 invoked by uid 99); 10 Dec 2016 00:04:58 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Dec 2016 00:04:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C24E5E108E; Sat, 10 Dec 2016 00:04:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jross@apache.org To: commits@qpid.apache.org Date: Sat, 10 Dec 2016 00:05:08 -0000 Message-Id: In-Reply-To: <07989034afce48148f1b879308f8f61f@git.apache.org> References: <07989034afce48148f1b879308f8f61f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [11/51] [partial] qpid-site git commit: QPID-7553: Clear out extra output files; regenerate proton master docs; remove image files we don't use http://git-wip-us.apache.org/repos/asf/qpid-site/blob/27c60c33/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event.html b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event.html deleted file mode 100755 index 2322f1d..0000000 --- a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event.html +++ /dev/null @@ -1,1455 +0,0 @@ - - - - - - -C++ AMQP Protocol Engine API: proton::proton_event Class Reference - - - - - - - - - - - - - - - -
-
- - - - - - - -
-
C++ AMQP Protocol Engine API -  master -
-
- - - - - - -
-
-
- - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
proton::proton_event Class Reference
-
-
- -

#include <proton_event.hpp>

-
-Inheritance diagram for proton::proton_event:
-
-
Inheritance graph
- - -
[legend]
-
-Collaboration diagram for proton::proton_event:
-
-
Collaboration graph
- - -
[legend]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Public Member Functions

virtual PN_CPP_EXTERN void dispatch (handler &h)
 Dispatch this event to a handler. More...
 
virtual PN_CPP_EXTERN class containercontainer ()
 Get container. More...
 
virtual PN_CPP_EXTERN class connectionconnection ()
 Get connection. More...
 
virtual PN_CPP_EXTERN class sendersender ()
 Get sender. More...
 
virtual PN_CPP_EXTERN class receiverreceiver ()
 Get receiver. More...
 
virtual PN_CPP_EXTERN class linklink ()
 Get link. More...
 
virtual PN_CPP_EXTERN class deliverydelivery ()
 Get delivey. More...
 
PN_CPP_EXTERN event_type type ()
 
PN_CPP_EXTERN pn_event_t * pn_event ()
 
- Public Member Functions inherited from proton::event
virtual PN_CPP_EXTERN ~event ()
 
virtual PN_CPP_EXTERN class messagemessage ()
 
- - - - - - -

-Protected Member Functions

PN_CPP_EXTERN proton_event (pn_event_t *ce, proton_event::event_type t, class container &c)
 
- Protected Member Functions inherited from proton::event
PN_CPP_EXTERN event ()
 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Event types

typedef int event_type
 The type of an event. More...
 
static PN_CPP_EXTERN const event_type EVENT_NONE
 
static PN_CPP_EXTERN const event_type REACTOR_INIT
 
static PN_CPP_EXTERN const event_type REACTOR_QUIESCED
 
static PN_CPP_EXTERN const event_type REACTOR_FINAL
 
static PN_CPP_EXTERN const event_type TIMER_TASK
 
static PN_CPP_EXTERN const event_type CONNECTION_INIT
 
static PN_CPP_EXTERN const event_type CONNECTION_BOUND
 
static PN_CPP_EXTERN const event_type CONNECTION_UNBOUND
 
static PN_CPP_EXTERN const event_type CONNECTION_LOCAL_OPEN
 
static PN_CPP_EXTERN const event_type CONNECTION_REMOTE_OPEN
 
static PN_CPP_EXTERN const event_type CONNECTION_LOCAL_CLOSE
 
static PN_CPP_EXTERN const event_type CONNECTION_REMOTE_CLOSE
 
static PN_CPP_EXTERN const event_type CONNECTION_FINAL
 
static PN_CPP_EXTERN const event_type SESSION_INIT
 
static PN_CPP_EXTERN const event_type SESSION_LOCAL_OPEN
 
static PN_CPP_EXTERN const event_type SESSION_REMOTE_OPEN
 
static PN_CPP_EXTERN const event_type SESSION_LOCAL_CLOSE
 
static PN_CPP_EXTERN const event_type SESSION_REMOTE_CLOSE
 
static PN_CPP_EXTERN const event_type SESSION_FINAL
 
static PN_CPP_EXTERN const event_type LINK_INIT
 
static PN_CPP_EXTERN const event_type LINK_LOCAL_OPEN
 
static PN_CPP_EXTERN const event_type LINK_REMOTE_OPEN
 
static PN_CPP_EXTERN const event_type LINK_LOCAL_CLOSE
 
static PN_CPP_EXTERN const event_type LINK_REMOTE_CLOSE
 
static PN_CPP_EXTERN const event_type LINK_LOCAL_DETACH
 
static PN_CPP_EXTERN const event_type LINK_REMOTE_DETACH
 
static PN_CPP_EXTERN const event_type LINK_FLOW
 
static PN_CPP_EXTERN const event_type LINK_FINAL
 
static PN_CPP_EXTERN const event_type DELIVERY
 
static PN_CPP_EXTERN const event_type TRANSPORT
 
static PN_CPP_EXTERN const event_type TRANSPORT_AUTHENTICATED
 
static PN_CPP_EXTERN const event_type TRANSPORT_ERROR
 
static PN_CPP_EXTERN const event_type TRANSPORT_HEAD_CLOSED
 
static PN_CPP_EXTERN const event_type TRANSPORT_TAIL_CLOSED
 
static PN_CPP_EXTERN const event_type TRANSPORT_CLOSED
 
static PN_CPP_EXTERN const event_type SELECTABLE_INIT
 
static PN_CPP_EXTERN const event_type SELECTABLE_UPDATED
 
static PN_CPP_EXTERN const event_type SELECTABLE_READABLE
 
static PN_CPP_EXTERN const event_type SELECTABLE_WRITABLE
 
static PN_CPP_EXTERN const event_type SELECTABLE_ERROR
 
static PN_CPP_EXTERN const event_type SELECTABLE_EXPIRED
 
static PN_CPP_EXTERN const event_type SELECTABLE_FINAL
 
-

Detailed Description

-

Event information for a proton::proton_handler

-

Member Typedef Documentation

- -
-
- - - - -
typedef int proton::proton_event::event_type
-
- -

The type of an event.

- -
-
-

Constructor & Destructor Documentation

- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - -
PN_CPP_EXTERN proton::proton_event::proton_event (pn_event_t * ce,
proton_event::event_type t,
class containerc 
)
-
-protected
-
- -
-
-

Member Function Documentation

- -
-
- - - - - -
- - - - - - - -
virtual PN_CPP_EXTERN class connection& proton::proton_event::connection ()
-
-virtual
-
- -

Get connection.

- -

Reimplemented from proton::event.

- -

Reimplemented in proton::messaging_event.

- -
-
- -
-
- - - - - -
- - - - - - - -
virtual PN_CPP_EXTERN class container& proton::proton_event::container ()
-
-virtual
-
- -

Get container.

- -

Reimplemented from proton::event.

- -
-
- -
-
- - - - - -
- - - - - - - -
virtual PN_CPP_EXTERN class delivery& proton::proton_event::delivery ()
-
-virtual
-
- -

Get delivey.

-
Exceptions
- - -
errorif no delivery.
-
-
- -

Reimplemented from proton::event.

- -

Reimplemented in proton::messaging_event.

- -
-
- -
-
- - - - - -
- - - - - - - - -
virtual PN_CPP_EXTERN void proton::proton_event::dispatch (handlerh)
-
-virtual
-
- -

Dispatch this event to a handler.

- -

Implements proton::event.

- -

Reimplemented in proton::messaging_event.

- -
-
- -
-
- - - - - -
- - - - - - - -
virtual PN_CPP_EXTERN class link& proton::proton_event::link ()
-
-virtual
-
- -

Get link.

-
Exceptions
- - -
errorif no link.
-
-
- -

Reimplemented from proton::event.

- -

Reimplemented in proton::messaging_event.

- -
-
- -
-
- - - - - - - -
PN_CPP_EXTERN pn_event_t* proton::proton_event::pn_event ()
-
- -
-
- -
-
- - - - - -
- - - - - - - -
virtual PN_CPP_EXTERN class receiver& proton::proton_event::receiver ()
-
-virtual
-
- -

Get receiver.

-
Exceptions
- - -
errorif no receiver.
-
-
- -

Reimplemented from proton::event.

- -

Reimplemented in proton::messaging_event.

- -
-
- -
-
- - - - - -
- - - - - - - -
virtual PN_CPP_EXTERN class sender& proton::proton_event::sender ()
-
-virtual
-
- -

Get sender.

-
Exceptions
- - -
errorif no sender.
-
-
- -

Reimplemented from proton::event.

- -

Reimplemented in proton::messaging_event.

- -
-
- -
-
- - - - - - - -
PN_CPP_EXTERN event_type proton::proton_event::type ()
-
-

Get type of event

- -
-
-

Member Data Documentation

- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::CONNECTION_BOUND
-
-static
-
-

The connection has been bound to a transport. This event is issued when the transport::bind() is called.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::CONNECTION_FINAL
-
-static
-
-

The connection has been freed and any outstanding processing has been completed. This is the final event that will ever be issued for a connection.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::CONNECTION_INIT
-
-static
-
-

The connection has been created. This is the first event that will ever be issued for a connection. Events of this type point to the relevant connection.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::CONNECTION_LOCAL_CLOSE
-
-static
-
-

The local connection endpoint has been closed. Events of this type point to the relevant connection.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::CONNECTION_LOCAL_OPEN
-
-static
-
-

The local connection endpoint has been closed. Events of this type point to the relevant connection.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::CONNECTION_REMOTE_CLOSE
-
-static
-
-

The remote endpoint has closed the connection. Events of this type point to the relevant connection.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::CONNECTION_REMOTE_OPEN
-
-static
-
-

The remote endpoint has opened the connection. Events of this type point to the relevant connection.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::CONNECTION_UNBOUND
-
-static
-
-

The connection has been unbound from its transport. This event is issued when transport::unbind() is called.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::DELIVERY
-
-static
-
-

A delivery has been created or updated. Events of this type point to the relevant delivery.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::EVENT_NONE
-
-static
-
-

Defined as a programming convenience. No event of this type will ever be generated.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::LINK_FINAL
-
-static
-
-

The link has been freed and any outstanding processing has been completed. This is the final event that will ever be issued for a link. Events of this type point to the relevant link.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::LINK_FLOW
-
-static
-
-

The flow control state for a link has changed. Events of this type point to the relevant link.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::LINK_INIT
-
-static
-
-

The link has been created. This is the first event that will ever be issued for a link.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::LINK_LOCAL_CLOSE
-
-static
-
-

The local link endpoint has been closed. Events of this type point ot the relevant link.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::LINK_LOCAL_DETACH
-
-static
-
-

The local link endpoint has been detached. Events of this type point to the relevant link.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::LINK_LOCAL_OPEN
-
-static
-
-

The local link endpoint has been opened. Events of this type point ot the relevant link.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::LINK_REMOTE_CLOSE
-
-static
-
-

The remote endpoint has closed the link. Events of this type point to the relevant link.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::LINK_REMOTE_DETACH
-
-static
-
-

The remote endpoint has detached the link. Events of this type point to the relevant link.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::LINK_REMOTE_OPEN
-
-static
-
-

The remote endpoint has opened the link. Events of this type point to the relevant link.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::REACTOR_FINAL
-
-static
-
-

A reactor has been stopped. Events of this type point to the reactor.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::REACTOR_INIT
-
-static
-
-

A reactor has been started. Events of this type point to the reactor.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::REACTOR_QUIESCED
-
-static
-
-

A reactor has no more events to process. Events of this type point to the reactor.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::SELECTABLE_ERROR
-
-static
-
- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::SELECTABLE_EXPIRED
-
-static
-
- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::SELECTABLE_FINAL
-
-static
-
- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::SELECTABLE_INIT
-
-static
-
- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::SELECTABLE_READABLE
-
-static
-
- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::SELECTABLE_UPDATED
-
-static
-
- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::SELECTABLE_WRITABLE
-
-static
-
- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::SESSION_FINAL
-
-static
-
-

The session has been freed and any outstanding processing has been completed. This is the final event that will ever be issued for a session.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::SESSION_INIT
-
-static
-
-

The session has been created. This is the first event that will ever be issued for a session.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::SESSION_LOCAL_CLOSE
-
-static
-
-

The local session endpoint has been closed. Events of this type point ot the relevant session.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::SESSION_LOCAL_OPEN
-
-static
-
-

The local session endpoint has been opened. Events of this type point ot the relevant session.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::SESSION_REMOTE_CLOSE
-
-static
-
-

The remote endpoint has closed the session. Events of this type point to the relevant session.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::SESSION_REMOTE_OPEN
-
-static
-
-

The remote endpoint has opened the session. Events of this type point to the relevant session.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::TIMER_TASK
-
-static
-
-

A timer event has occurred.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::TRANSPORT
-
-static
-
-

The transport has new data to read and/or write. Events of this type point to the relevant transport.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::TRANSPORT_AUTHENTICATED
-
-static
-
-

The transport has authenticated, if this is received by a server the associated transport has authenticated an incoming connection and transport::user() can be used to obtain the authenticated user.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::TRANSPORT_CLOSED
-
-static
-
-

Indicates that the both the head and tail of the transport are closed. Events of this type point to the relevant transport.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::TRANSPORT_ERROR
-
-static
-
-

Indicates that a transport error has occurred. Use transport::condition() to access the details of the error from the associated transport.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::TRANSPORT_HEAD_CLOSED
-
-static
-
-

Indicates that the head of the transport has been closed. This means the transport will never produce more bytes for output to the network. Events of this type point to the relevant transport.

- -
-
- -
-
- - - - - -
- - - - -
PN_CPP_EXTERN const event_type proton::proton_event::TRANSPORT_TAIL_CLOSED
-
-static
-
-

Indicates that the tail of the transport has been closed. This means the transport will never be able to process more bytes from the network. Events of this type point to the relevant transport.

- -
-
-
The documentation for this class was generated from the following file:
    -
  • tmp/aconway/transom/qpid-proton-master/proton-c/bindings/cpp/include/proton/proton_event.hpp
  • -
-
-
- - - - http://git-wip-us.apache.org/repos/asf/qpid-site/blob/27c60c33/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event.js ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event.js b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event.js deleted file mode 100755 index e529d9c..0000000 --- a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event.js +++ /dev/null @@ -1,14 +0,0 @@ -var classproton_1_1proton__event = -[ - [ "event_type", "classproton_1_1proton__event.html#af68a3bc3ca5346772d7a785abcb2df4c", null ], - [ "proton_event", "classproton_1_1proton__event.html#a486520e91c0848d8d97d7842a1016676", null ], - [ "connection", "classproton_1_1proton__event.html#a95a6ad52864748cde194b4c4f48afd12", null ], - [ "container", "classproton_1_1proton__event.html#aa9ffd2a52a98a7251c9fbd0ebee71f91", null ], - [ "delivery", "classproton_1_1proton__event.html#af5b36e679913a65eb9dbededf2eb6903", null ], - [ "dispatch", "classproton_1_1proton__event.html#a04502392eff8ccc9b07ae2820cca7222", null ], - [ "link", "classproton_1_1proton__event.html#a2852df4da8dad1a75d642fc9d5d554b5", null ], - [ "pn_event", "classproton_1_1proton__event.html#ad2018448ca7bcd9a2d02680f84db6a5b", null ], - [ "receiver", "classproton_1_1proton__event.html#ae12f64619f6c6f83e07d591964c0c334", null ], - [ "sender", "classproton_1_1proton__event.html#ab93957ff4fbf7ff3b6ac99b5f0e359b0", null ], - [ "type", "classproton_1_1proton__event.html#a94e74265f6256c2eb4219d0b6d6258f6", null ] -]; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/qpid-site/blob/27c60c33/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event__coll__graph.map ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event__coll__graph.map b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event__coll__graph.map deleted file mode 100755 index ad1929c..0000000 --- a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event__coll__graph.map +++ /dev/null @@ -1,3 +0,0 @@ - - - http://git-wip-us.apache.org/repos/asf/qpid-site/blob/27c60c33/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event__coll__graph.md5 ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event__coll__graph.md5 b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event__coll__graph.md5 deleted file mode 100755 index f56067d..0000000 --- a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event__coll__graph.md5 +++ /dev/null @@ -1 +0,0 @@ -c449cf65944674395d4670ecc51d5664 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/qpid-site/blob/27c60c33/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event__coll__graph.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event__coll__graph.png b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event__coll__graph.png deleted file mode 100755 index abcc413..0000000 Binary files a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event__coll__graph.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/qpid-site/blob/27c60c33/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event__inherit__graph.map ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event__inherit__graph.map b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event__inherit__graph.map deleted file mode 100755 index 14cc364..0000000 --- a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event__inherit__graph.map +++ /dev/null @@ -1,4 +0,0 @@ - - - - http://git-wip-us.apache.org/repos/asf/qpid-site/blob/27c60c33/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event__inherit__graph.md5 ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event__inherit__graph.md5 b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event__inherit__graph.md5 deleted file mode 100755 index a2eff22..0000000 --- a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event__inherit__graph.md5 +++ /dev/null @@ -1 +0,0 @@ -2e72637deb7e6798c7073f7587dc6c65 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/qpid-site/blob/27c60c33/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event__inherit__graph.png ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event__inherit__graph.png b/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event__inherit__graph.png deleted file mode 100755 index 6f9f009..0000000 Binary files a/content/releases/qpid-proton-master/proton/cpp/api/classproton_1_1proton__event__inherit__graph.png and /dev/null differ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org