Skip to content

Commit

Permalink
Partial revert
Browse files Browse the repository at this point in the history
    * ACE/protocols/ace/INet/HTTPS_Context.h:
    * ACE/protocols/ace/INet/HTTP_Status.h:
    * ACE/protocols/ace/INet/URLBase.h:
  • Loading branch information
jwillemsen committed Jul 31, 2024
1 parent 9b4704f commit d115e01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ACE/protocols/ace/INet/HTTPS_Context.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ namespace ACE

explicit operator bool () const;

explicit bool operator ! () const;
bool operator ! () const;

ACE_SSL_Context& ssl_context ();

Expand Down
2 changes: 1 addition & 1 deletion ACE/protocols/ace/INet/HTTP_Status.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ namespace ACE
explicit operator bool () const;

/// Return true if status code == INVALID
explicit bool operator !() const;
bool operator !() const;

/// Returns an appropriate reason phrase
static const ACE_CString& get_reason(Code status);
Expand Down
2 changes: 1 addition & 1 deletion ACE/protocols/ace/INet/URLBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace ACE
URLStream (const URLStream& url_stream);
~URLStream ();

explicit bool operator ! ();
bool operator ! ();

explicit operator bool ();

Expand Down

0 comments on commit d115e01

Please sign in to comment.