blob: f95bd5f6a0e7a1e7c18089cd25d404884f5c4fa2 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" type="text/css" href="../../help.css">
<title>Remote C/C++ Project - Service Providers</title>
</head>
<body>
<h1>Remote C/C++ New Project Wizard</h1>
<h3>Service Providers</h3>
<img src="../../images/new_project_wizard/wizard_page_3.png" alt="New Remote C/C++ Project Wizard - Page 3">
<br><br><br>
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999">
<tr>
<th><strong>Name</strong></th>
<th><strong>Function</strong></th>
</tr>
<tr>
<td>Service</td>
<td><a href="../concepts/services.html">Services</a> are essentially well defined sets of functionality which can be provided by Service Providers.</td>
</tr>
<tr>
<td>Service Provider</td>
<td><a href="../concepts/services.html">Service Providers</a> provide implementations of a Service.
Each service has a list of available providers.
The NULL service provider is selected by default and does nothing.
To select a service provider click on the table cell and a list of providers will appear.
Each service provider must be configured separately.
</td>
</tr>
<tr>
<td>Provider Configuration</td>
<td>Shows details of the service provider configuration, such as the name of the connection
that the provider has been configured to use. If the provider has not yet been configured
then <strong>Not configured</strong> will be shown.
</td>
</tr>
<tr>
<td>Configure</td>
<td>Each service provider must be configured separately. Select a service provider then
click the Configure button, a dialog will appear that will allow the provider to be configured.
</td>
</tr>
</table>
</body>
</html>