Commit 8721b2aa8ec82d872f627015af915e4711f85793

Authored by Perry Werneck
1 parent 7b883f63
Exists in master and in 1 other branch develop

Exporting the install location method.

client/src/include/ipc-client-internals.h
... ... @@ -127,8 +127,6 @@
127 127  
128 128 #ifdef _WIN32
129 129  
130   - /// @brief Get protocol library install location.
131   - TN3270_PRIVATE std::string getInstallLocation();
132 130 TN3270_PRIVATE std::string getUserName();
133 131  
134 132 #endif // _WIN32
... ...
client/src/include/lib3270/ipc.h
... ... @@ -89,6 +89,14 @@
89 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 100 * @brief Get list of attributes.
93 101 *
94 102 */
... ...