Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier committed Nov 25, 2024
1 parent eab9f52 commit f3f6b16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/Ice/ios/iAPEndpointInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ namespace IceIAP
std::string protocol,
std::int16_t type,
bool secure)
: EndpointInfo{timeout, compress},
: Ice::EndpointInfo{timeout, compress},
manufacturer{std::move(manufacturer)},
modelNumber{std::move(modelNumber)},
name{std::move(name)},
Expand Down
2 changes: 2 additions & 0 deletions cpp/src/Ice/Transceiver.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ namespace IceInternal
virtual std::string protocol() const = 0;
virtual std::string toString() const = 0;
virtual std::string toDetailedString() const = 0;

virtual Ice::ConnectionInfoPtr
getInfo(bool incoming, std::string adapterName, std::string connectionId) const = 0;

virtual void checkSendSize(const Buffer&) = 0;
virtual void setBufferSize(int, int) = 0;
};
Expand Down

0 comments on commit f3f6b16

Please sign in to comment.