25 #ifndef __NMV_REMOTE_TARGET_DIALOG_H__
26 #define __NMV_REMOTE_TARGET_DIALOG_H__
29 NEMIVER_BEGIN_NAMESPACE (
nemiver)
39 SERIAL_CONNECTION_TYPE
46 const UString& get_cwd ()
const;
49 const UString& get_executable_path ()
const;
50 void set_executable_path (
const UString &a_path);
52 const UString& get_solib_prefix_path ()
const;
53 void set_solib_prefix_path (
const UString &a_path);
55 ConnectionType get_connection_type ();
56 void set_connection_type (ConnectionType a_type);
58 const UString& get_server_address ()
const;
59 void set_server_address (
const UString &a_address);
61 unsigned get_server_port ()
const;
62 void set_server_port (
unsigned a_port);
64 const UString& get_serial_port_name ()
const;
65 void set_serial_port_name (
const UString &a_serial);
70 #endif //__NMV_REMOTE_TARGET_DIALOG_H__