|
a/upmpd/ohproduct.cxx |
|
b/upmpd/ohproduct.cxx |
|
... |
|
... |
12 |
* You should have received a copy of the GNU General Public License
|
12 |
* You should have received a copy of the GNU General Public License
|
13 |
* along with this program; if not, write to the
|
13 |
* along with this program; if not, write to the
|
14 |
* Free Software Foundation, Inc.,
|
14 |
* Free Software Foundation, Inc.,
|
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
16 |
*/
|
16 |
*/
|
|
|
17 |
#include "config.h"
|
17 |
|
18 |
|
18 |
#include <stdio.h>
|
19 |
#include <stdio.h>
|
19 |
#include <stdlib.h>
|
20 |
#include <stdlib.h>
|
20 |
#include <unistd.h>
|
21 |
#include <unistd.h>
|
21 |
#include <sys/types.h>
|
22 |
#include <sys/types.h>
|
|
... |
|
... |
83 |
"</Source>"
|
84 |
"</Source>"
|
84 |
"</SourceList>"
|
85 |
"</SourceList>"
|
85 |
);
|
86 |
);
|
86 |
|
87 |
|
87 |
static const string csattrs("Info Time Volume");
|
88 |
static const string csattrs("Info Time Volume");
|
88 |
static const string csversion("1.0");
|
89 |
static const string csversion(PACKAGE_VERSION);
|
89 |
static const string csmanname("UpMPDCli heavy industries Co.");
|
90 |
static const string csmanname("UpMPDCli heavy industries Co.");
|
90 |
static const string csmaninfo("Such nice guys and gals");
|
91 |
static const string csmaninfo("Such nice guys and gals");
|
91 |
static const string csmanurl("http://www.lesbonscomptes.com/upmpdcli");
|
92 |
static const string csmanurl("http://www.lesbonscomptes.com/upmpdcli");
|
92 |
static const string csmodname("UpMPDCli UPnP-MPD gateway");
|
93 |
static const string csmodname("UpMPDCli UPnP-MPD gateway");
|
93 |
static const string csmodurl("http://www.lesbonscomptes.com/upmpdcli");
|
94 |
static const string csmodurl("http://www.lesbonscomptes.com/upmpdcli");
|