Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Aug 30, 2024
1 parent 752c812 commit 1adc347
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cpp/include/Ice/iAP/ConnectionInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#ifndef ICE_IAP_CONNECTION_INFO_H
#define ICE_IAP_CONNECTION_INFO_H

#include "Ice/Connection.h"
#include "../Connection.h"

#if defined(__clang__)
# pragma clang diagnostic push
Expand All @@ -19,7 +19,7 @@ namespace IceIAP
{
/**
* Provides access to the connection details of an IAP connection
* \headerfile IceIAP/IceIAP.h
* \headerfile Ice/Ice.h
*/
class ConnectionInfo : public Ice::ConnectionInfo
{
Expand Down
4 changes: 2 additions & 2 deletions cpp/include/Ice/iAP/EndpointInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#ifndef ICE_IAP_ENDPOINT_INFO_H
#define ICE_IAP_ENDPOINT_INFO_H

#include "Ice/Endpoint.h"
#include "../Endpoint.h"

#if defined(__clang__)
# pragma clang diagnostic push
Expand All @@ -19,7 +19,7 @@ namespace IceIAP
{
/**
* Provides access to an IAP endpoint information.
* \headerfile IceIAP/IceIAP.h
* \headerfile Ice/Ice.h
*/
class EndpointInfo : public Ice::EndpointInfo
{
Expand Down

0 comments on commit 1adc347

Please sign in to comment.