now been completely replaced by the equivalent osrfAppSessionConnect().
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1576
9efc2488-bf62-4759-914b-
345cdb29e865
/** Attempts to connect to the remote service. Returns 1 on successful
* connection, 0 otherwise.
*/
-int osrf_app_session_connect( osrfAppSession* );
int osrfAppSessionConnect( osrfAppSession* );
/** Sends a disconnect message to the remote service. No response is expected */
return 0;
}
-int osrfAppSessionConnect( osrfAppSession* session ) {
- return osrf_app_session_connect(session);
-}
-
-
/** Attempts to connect to the remote service */
-int osrf_app_session_connect(osrfAppSession* session){
+int osrfAppSessionConnect( osrfAppSession* session ) {
if(session == NULL)
return 0;