Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
4bbc4e19
Commit
4bbc4e19
authored
Aug 21, 2019
by
Jakob Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup
parent
c5e3b77b
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
42 deletions
+1
-42
libcaf_core/caf/ipv4_endpoint.hpp
libcaf_core/caf/ipv4_endpoint.hpp
+1
-1
libcaf_core/caf/ipv6_endpoint.hpp
libcaf_core/caf/ipv6_endpoint.hpp
+0
-5
libcaf_core/src/ipv4_endpoint.cpp
libcaf_core/src/ipv4_endpoint.cpp
+0
-18
libcaf_core/src/ipv6_endpoint.cpp
libcaf_core/src/ipv6_endpoint.cpp
+0
-18
No files found.
libcaf_core/caf/ipv4_endpoint.hpp
View file @
4bbc4e19
...
@@ -38,7 +38,7 @@ public:
...
@@ -38,7 +38,7 @@ public:
// -- properties -------------------------------------------------------------
// -- properties -------------------------------------------------------------
/// Returns the IPv
6
address.
/// Returns the IPv
4
address.
ipv4_address
address
()
const
noexcept
;
ipv4_address
address
()
const
noexcept
;
/// Sets the address of this endpoint.
/// Sets the address of this endpoint.
...
...
libcaf_core/caf/ipv6_endpoint.hpp
View file @
4bbc4e19
...
@@ -18,11 +18,6 @@
...
@@ -18,11 +18,6 @@
#pragma once
#pragma once
#include <deque>
#include <functional>
#include <string>
#include <vector>
#include "caf/ipv6_address.hpp"
#include "caf/ipv6_address.hpp"
#include "caf/meta/type_name.hpp"
#include "caf/meta/type_name.hpp"
...
...
libcaf_core/src/ipv4_endpoint.cpp
View file @
4bbc4e19
...
@@ -20,24 +20,6 @@
...
@@ -20,24 +20,6 @@
#include "caf/detail/fnv_hash.hpp"
#include "caf/detail/fnv_hash.hpp"
#ifdef CAF_WINDOWS
# include <windows.h>
# include <winsock2.h>
# include <ws2ipdef.h>
# include <ws2tcpip.h>
#else
# include <arpa/inet.h>
# include <cerrno>
# include <netinet/in.h>
# include <netinet/ip.h>
# include <sys/socket.h>
# include <unistd.h>
#endif
#ifdef CAF_WINDOWS
using
sa_family_t
=
short
;
#endif
using
caf
::
detail
::
fnv_hash
;
using
caf
::
detail
::
fnv_hash
;
using
caf
::
detail
::
fnv_hash_append
;
using
caf
::
detail
::
fnv_hash_append
;
...
...
libcaf_core/src/ipv6_endpoint.cpp
View file @
4bbc4e19
...
@@ -20,24 +20,6 @@
...
@@ -20,24 +20,6 @@
#include "caf/detail/fnv_hash.hpp"
#include "caf/detail/fnv_hash.hpp"
#ifdef CAF_WINDOWS
# include <windows.h>
# include <winsock2.h>
# include <ws2ipdef.h>
# include <ws2tcpip.h>
#else
# include <arpa/inet.h>
# include <cerrno>
# include <netinet/in.h>
# include <netinet/ip.h>
# include <sys/socket.h>
# include <unistd.h>
#endif
#ifdef CAF_WINDOWS
using
sa_family_t
=
short
;
#endif
using
caf
::
detail
::
fnv_hash
;
using
caf
::
detail
::
fnv_hash
;
using
caf
::
detail
::
fnv_hash_append
;
using
caf
::
detail
::
fnv_hash_append
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment