-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
91529ce
commit 49bcbf2
Showing
32 changed files
with
472 additions
and
466 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
#pragma once | ||
|
||
#ifndef UDA_SOURCE_CLIENT2_CLIENT_ENVIRONMENT_H | ||
#define UDA_SOURCE_CLIENT2_CLIENT_ENVIRONMENT_H | ||
# define UDA_SOURCE_CLIENT2_CLIENT_ENVIRONMENT_H | ||
|
||
#include "udaStructs.h" | ||
# include "udaStructs.h" | ||
|
||
namespace uda { | ||
namespace client { | ||
namespace uda | ||
{ | ||
namespace client | ||
{ | ||
|
||
Environment load_environment(bool* env_host, bool* env_port); | ||
void print_client_environment(const Environment& environment); | ||
|
||
} | ||
} | ||
} // namespace client | ||
} // namespace uda | ||
|
||
#endif //UDA_SOURCE_CLIENT2_CLIENT_ENVIRONMENT_H | ||
#endif // UDA_SOURCE_CLIENT2_CLIENT_ENVIRONMENT_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,22 @@ | ||
#pragma once | ||
|
||
#ifndef UDA_CLIENT_CLIENTXDRSTREAM_H | ||
#define UDA_CLIENT_CLIENTXDRSTREAM_H | ||
# define UDA_CLIENT_CLIENTXDRSTREAM_H | ||
|
||
#include <utility> | ||
#include <rpc/rpc.h> | ||
# include <rpc/rpc.h> | ||
# include <utility> | ||
|
||
#include "export.h" | ||
#include "connection.hpp" | ||
# include "connection.hpp" | ||
# include "export.h" | ||
|
||
namespace uda { | ||
namespace client { | ||
namespace uda | ||
{ | ||
namespace client | ||
{ | ||
|
||
std::pair<XDR*, XDR*> createXDRStream(IoData* io_data); | ||
|
||
} | ||
} | ||
} // namespace uda | ||
|
||
#endif // UDA_CLIENT_CLIENTXDRSTREAM_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.