Commit 8721b2aa8ec82d872f627015af915e4711f85793
1 parent
7b883f63
Exists in
master
and in
1 other branch
Exporting the install location method.
Showing
2 changed files
with
8 additions
and
2 deletions
Show diff stats
client/src/include/ipc-client-internals.h
@@ -127,8 +127,6 @@ | @@ -127,8 +127,6 @@ | ||
127 | 127 | ||
128 | #ifdef _WIN32 | 128 | #ifdef _WIN32 |
129 | 129 | ||
130 | - /// @brief Get protocol library install location. | ||
131 | - TN3270_PRIVATE std::string getInstallLocation(); | ||
132 | TN3270_PRIVATE std::string getUserName(); | 130 | TN3270_PRIVATE std::string getUserName(); |
133 | 131 | ||
134 | #endif // _WIN32 | 132 | #endif // _WIN32 |
client/src/include/lib3270/ipc.h
@@ -89,6 +89,14 @@ | @@ -89,6 +89,14 @@ | ||
89 | TN3270_PUBLIC const char * getRevision(); | 89 | TN3270_PUBLIC const char * getRevision(); |
90 | 90 | ||
91 | /** | 91 | /** |
92 | + * @brief Get protocol library install location. | ||
93 | + * | ||
94 | + * @return The installation path of the tn3270 protocol library. | ||
95 | + * | ||
96 | + */ | ||
97 | + TN3270_PUBLIC std::string getInstallLocation(); | ||
98 | + | ||
99 | + /** | ||
92 | * @brief Get list of attributes. | 100 | * @brief Get list of attributes. |
93 | * | 101 | * |
94 | */ | 102 | */ |