File tree Expand file tree Collapse file tree 13 files changed +52
-0
lines changed
Expand file tree Collapse file tree 13 files changed +52
-0
lines changed Original file line number Diff line number Diff line change 1+ /* * prototls - Portable asynchronous client/server communications C++ library
2+
3+ See LICENSE for copyright information.
4+ */
15#include " prototls.hpp"
26#include " my_protocol.pb.h"
37int main (int argc, char ** argv) {
Original file line number Diff line number Diff line change 1+ /* * prototls - Portable asynchronous client/server communications C++ library
2+
3+ See LICENSE for copyright information.
4+ */
15
26#include " prototls.hpp"
37#include " my_protocol.pb.h"
Original file line number Diff line number Diff line change 1+ /* * prototls - Portable asynchronous client/server communications C++ library
2+
3+ See LICENSE for copyright information.
4+ */
15#ifndef _prototls_hpp_
26#define _prototls_hpp_
37#include " prototls/Common.hpp"
Original file line number Diff line number Diff line change 1+ /* * prototls - Portable asynchronous client/server communications C++ library
2+
3+ See LICENSE for copyright information.
4+ */
15#ifndef _prototls_common_hpp_
26#define _prototls_common_hpp_
37#include < string>
Original file line number Diff line number Diff line change 1+ /* * prototls - Portable asynchronous client/server communications C++ library
2+
3+ See LICENSE for copyright information.
4+ */
15#ifndef _prototls_peer_hpp_
26#define _prototls_peer_hpp_
37#include < google/protobuf/message.h>
Original file line number Diff line number Diff line change 1+ /* * prototls - Portable asynchronous client/server communications C++ library
2+
3+ See LICENSE for copyright information.
4+ */
15#ifndef _prototls_select_hpp_
26#define _prototls_select_hpp_
37#include " prototls/Socket.hpp"
Original file line number Diff line number Diff line change 1+ /* * prototls - Portable asynchronous client/server communications C++ library
2+
3+ See LICENSE for copyright information.
4+ */
15#ifndef _prototls_server_hpp_
26#define _prototls_server_hpp_
37#include " prototls/Socket.hpp"
Original file line number Diff line number Diff line change 1+ /* * prototls - Portable asynchronous client/server communications C++ library
2+
3+ See LICENSE for copyright information.
4+ */
15#ifndef _prototls_socket_hpp_
26#define _prototls_socket_hpp_
37#include < string>
Original file line number Diff line number Diff line change 1+ /* * prototls - Portable asynchronous client/server communications C++ library
2+
3+ See LICENSE for copyright information.
4+ */
15#ifndef _prototls_tlssocket_hpp_
26#define _prototls_tlssocket_hpp_
37#include " prototls/Socket.hpp"
Original file line number Diff line number Diff line change 1+ /* * prototls - Portable asynchronous client/server communications C++ library
2+
3+ See LICENSE for copyright information.
4+ */
15#ifndef _prototls_tsdeque_hpp_
26#define _prototls_tsdeque_hpp_
37#include < deque>
You can’t perform that action at this time.
0 commit comments