Commit 9f9e701a authored by Dominik Charousset's avatar Dominik Charousset

Add missing export macros

parent 7b308e89
...@@ -38,7 +38,7 @@ public: ...@@ -38,7 +38,7 @@ public:
/// Bundles the authority component of the URI, i.e., userinfo, host, and /// Bundles the authority component of the URI, i.e., userinfo, host, and
/// port. /// port.
struct authority_type { struct CAF_CORE_EXPORT authority_type {
std::string userinfo; std::string userinfo;
host_type host; host_type host;
uint16_t port; uint16_t port;
......
...@@ -29,7 +29,7 @@ public: ...@@ -29,7 +29,7 @@ public:
virtual error start(lower_layer* down) = 0; virtual error start(lower_layer* down) = 0;
}; };
class upper_layer::server : public upper_layer { class CAF_NET_EXPORT upper_layer::server : public upper_layer {
public: public:
virtual ~server(); virtual ~server();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment