Module String renamed to UpnpString due to case insensitive file systems.

git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@379 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
Marcelo Roberto Jimenez 2008-05-09 22:44:14 +00:00
parent 9a98f25b95
commit 094cedc807
13 changed files with 13 additions and 13 deletions

View File

@ -28,7 +28,7 @@ upnpinclude_HEADERS = \
inc/StateVarComplete.h \
inc/StateVarRequest.h \
inc/SubscriptionRequest.h \
inc/String.h \
inc/UpnpString.h \
inc/upnp.h \
inc/upnpdebug.h
@ -132,7 +132,7 @@ libupnp_la_SOURCES += src/api/FileInfo.c
libupnp_la_SOURCES += src/api/StateVarComplete.c
libupnp_la_SOURCES += src/api/StateVarRequest.c
libupnp_la_SOURCES += src/api/SubscriptionRequest.c
libupnp_la_SOURCES += src/api/String.c
libupnp_la_SOURCES += src/api/UpnpString.c
libupnp_la_SOURCES += src/api/upnpapi.c
if ENABLE_TOOLS
libupnp_la_SOURCES += src/api/upnptools.c

View File

@ -12,7 +12,7 @@ extern "C" {
typedef struct {} UpnpActionComplete;
#include "String.h" // for UpnpString
#include "UpnpString.h"
#include "ixml.h" // for IXML_Document

View File

@ -14,7 +14,7 @@ typedef struct {} UpnpActionRequest;
#include "ixml.h" // for IXML_Document
#include "String.h" // for UpnpString
#include "UpnpString.h"
#include <netinet/in.h> // for in_addr

View File

@ -13,7 +13,7 @@ extern "C" {
typedef struct {} UpnpDiscovery;
#include "String.h" /* for UpnpString */
#include "UpnpString.h"
#include <netinet/in.h> /* for sockaddr_in */

View File

@ -14,7 +14,7 @@ typedef struct {} UpnpEvent;
#include "ixml.h" // for IXML_Document
#include "String.h" // for UpnpString
#include "UpnpString.h"
/** Constructor */

View File

@ -14,7 +14,7 @@ extern "C" {
typedef struct {} UpnpEventSubscribe;
#include "String.h" // for UpnpString
#include "UpnpString.h"
/** Constructor */

View File

@ -14,7 +14,7 @@ extern "C" {
typedef struct {} UpnpStateVarComplete;
#include "String.h" // for UpnpString
#include "UpnpString.h"
#include "ixml.h" // for DOMString

View File

@ -14,7 +14,7 @@ extern "C" {
typedef struct {} UpnpStateVarRequest;
#include "String.h" // for UpnpString
#include "UpnpString.h"
#include "ixml.h" // for DOMString

View File

@ -13,7 +13,7 @@ extern "C" {
typedef struct {} UpnpSubscriptionRequest;
#include "String.h" // for UpnpString
#include "UpnpString.h"
/** Constructor */

View File

@ -3,7 +3,7 @@
#include "config.h"
#include "String.h"
#include "UpnpString.h"
#include <stdlib.h> // for calloc(), free()

View File

@ -45,7 +45,7 @@ extern "C" {
#include "service_table.h"
#include "String.h" // for UpnpString
#include "UpnpString.h"
#include "TimerThread.h"
#include "upnp.h"
#include "upnp_timeout.h"

View File

@ -45,7 +45,7 @@
#include "miniserver.h"
#include "service_table.h"
#include "sock.h"
#include "String.h"
#include "UpnpString.h"
#include "ThreadPool.h"
#include "uri.h"
#include "upnp.h"