Sha256: 6a5b77008d45851122b0094791542bedad83335ac315b5b7755d7c2bf513c564

Contents?: true

Size: 1.26 KB

Versions: 7

Compression:

Stored size: 1.26 KB

Contents

#ifndef PROTON_CID_H
#define PROTON_CID_H 1
/*
 *
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 *
 */

typedef enum {
  CID_pn_object = 1,
  CID_pn_void,
  CID_pn_weakref,

  CID_pn_string,
  CID_pn_list,
  CID_pn_map,
  CID_pn_hash,

  CID_pn_collector,
  CID_pn_event,

  CID_pn_encoder,
  CID_pn_decoder,
  CID_pn_data,

  CID_pn_connection,
  CID_pn_session,
  CID_pn_link,
  CID_pn_delivery,
  CID_pn_transport,

  CID_pn_message,

  CID_pn_io,
  CID_pn_selector,
  CID_pn_selectable,

  CID_pn_url
} pn_cid_t;

#endif /* cid.h */

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mqlight-1.0.2015020300.beta-x86_64-darwin-15 include/proton/cid.h
mqlight-1.0.2015020300.beta-x86_64-linux include/proton/cid.h
mqlight-1.0.2015020300.beta-x86_64-darwin-13 include/proton/cid.h
mqlight-1.0.2014120914.beta-x86_64-darwin-13 include/proton/cid.h
mqlight-1.0.2014120914.beta-x86_64-linux include/proton/cid.h
mqlight-1.0.2014120516.beta-x86_64-linux include/proton/cid.h
mqlight-1.0.2014120423.beta-x86_64-linux include/proton/cid.h