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
9c7b6279
Commit
9c7b6279
authored
Jul 12, 2018
by
Joseph Noir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up whitespaces
parent
5cc4fcee
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
1 addition
and
11 deletions
+1
-11
libcaf_io/caf/io/network/datagram_servant_impl.hpp
libcaf_io/caf/io/network/datagram_servant_impl.hpp
+0
-1
libcaf_io/caf/io/network/native_socket.hpp
libcaf_io/caf/io/network/native_socket.hpp
+0
-1
libcaf_io/caf/io/network/rw_state.hpp
libcaf_io/caf/io/network/rw_state.hpp
+0
-1
libcaf_io/caf/io/network/scribe_impl.hpp
libcaf_io/caf/io/network/scribe_impl.hpp
+0
-1
libcaf_io/src/datagram_servant_impl.cpp
libcaf_io/src/datagram_servant_impl.cpp
+0
-2
libcaf_io/src/doorman_impl.cpp
libcaf_io/src/doorman_impl.cpp
+0
-1
libcaf_io/src/native_socket.cpp
libcaf_io/src/native_socket.cpp
+1
-1
libcaf_io/src/scribe_impl.cpp
libcaf_io/src/scribe_impl.cpp
+0
-2
libcaf_io/src/stream.cpp
libcaf_io/src/stream.cpp
+0
-1
No files found.
libcaf_io/caf/io/network/datagram_servant_impl.hpp
View file @
9c7b6279
...
@@ -80,4 +80,3 @@ private:
...
@@ -80,4 +80,3 @@ private:
}
// namespace network
}
// namespace network
}
// namespace io
}
// namespace io
}
// namespace caf
}
// namespace caf
libcaf_io/caf/io/network/native_socket.hpp
View file @
9c7b6279
...
@@ -122,4 +122,3 @@ expected<std::string> remote_addr_of_fd(native_socket fd);
...
@@ -122,4 +122,3 @@ expected<std::string> remote_addr_of_fd(native_socket fd);
}
// namespace network
}
// namespace network
}
// namespace io
}
// namespace io
}
// namespace caf
}
// namespace caf
libcaf_io/caf/io/network/rw_state.hpp
View file @
9c7b6279
...
@@ -22,7 +22,6 @@ namespace caf {
...
@@ -22,7 +22,6 @@ namespace caf {
namespace
io
{
namespace
io
{
namespace
network
{
namespace
network
{
/// Denotes the returned state of read and write operations on sockets.
/// Denotes the returned state of read and write operations on sockets.
enum
class
rw_state
{
enum
class
rw_state
{
/// Reports that bytes could be read or written.
/// Reports that bytes could be read or written.
...
...
libcaf_io/caf/io/network/scribe_impl.hpp
View file @
9c7b6279
...
@@ -65,4 +65,3 @@ protected:
...
@@ -65,4 +65,3 @@ protected:
}
// namespace network
}
// namespace network
}
// namespace io
}
// namespace io
}
// namespace caf
}
// namespace caf
libcaf_io/src/datagram_servant_impl.cpp
View file @
9c7b6279
/******************************************************************************
/******************************************************************************
* ____ _ _____ *
* ____ _ _____ *
* / ___| / \ | ___| C++ *
* / ___| / \ | ___| C++ *
...
...
libcaf_io/src/doorman_impl.cpp
View file @
9c7b6279
/******************************************************************************
/******************************************************************************
* ____ _ _____ *
* ____ _ _____ *
* / ___| / \ | ___| C++ *
* / ___| / \ | ___| C++ *
...
...
libcaf_io/src/native_socket.cpp
View file @
9c7b6279
...
@@ -78,7 +78,7 @@ auto port_of(sockaddr& what) -> decltype(port_of(std::declval<sockaddr_in&>()))
...
@@ -78,7 +78,7 @@ auto port_of(sockaddr& what) -> decltype(port_of(std::declval<sockaddr_in&>()))
CAF_CRITICAL
(
"invalid protocol family"
);
CAF_CRITICAL
(
"invalid protocol family"
);
}
}
}
}
// namespace <anonymous>
namespace
caf
{
namespace
caf
{
namespace
io
{
namespace
io
{
...
...
libcaf_io/src/scribe_impl.cpp
View file @
9c7b6279
/******************************************************************************
/******************************************************************************
* ____ _ _____ *
* ____ _ _____ *
* / ___| / \ | ___| C++ *
* / ___| / \ | ___| C++ *
...
...
libcaf_io/src/stream.cpp
View file @
9c7b6279
/******************************************************************************
/******************************************************************************
* ____ _ _____ *
* ____ _ _____ *
* / ___| / \ | ___| C++ *
* / ___| / \ | ___| C++ *
...
...
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