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:
parent
9a98f25b95
commit
094cedc807
@ -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
|
||||
|
@ -12,7 +12,7 @@ extern "C" {
|
||||
typedef struct {} UpnpActionComplete;
|
||||
|
||||
|
||||
#include "String.h" // for UpnpString
|
||||
#include "UpnpString.h"
|
||||
|
||||
|
||||
#include "ixml.h" // for IXML_Document
|
||||
|
@ -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
|
||||
|
@ -13,7 +13,7 @@ extern "C" {
|
||||
typedef struct {} UpnpDiscovery;
|
||||
|
||||
|
||||
#include "String.h" /* for UpnpString */
|
||||
#include "UpnpString.h"
|
||||
|
||||
|
||||
#include <netinet/in.h> /* for sockaddr_in */
|
||||
|
@ -14,7 +14,7 @@ typedef struct {} UpnpEvent;
|
||||
|
||||
|
||||
#include "ixml.h" // for IXML_Document
|
||||
#include "String.h" // for UpnpString
|
||||
#include "UpnpString.h"
|
||||
|
||||
|
||||
/** Constructor */
|
||||
|
@ -14,7 +14,7 @@ extern "C" {
|
||||
typedef struct {} UpnpEventSubscribe;
|
||||
|
||||
|
||||
#include "String.h" // for UpnpString
|
||||
#include "UpnpString.h"
|
||||
|
||||
|
||||
/** Constructor */
|
||||
|
@ -14,7 +14,7 @@ extern "C" {
|
||||
typedef struct {} UpnpStateVarComplete;
|
||||
|
||||
|
||||
#include "String.h" // for UpnpString
|
||||
#include "UpnpString.h"
|
||||
|
||||
|
||||
#include "ixml.h" // for DOMString
|
||||
|
@ -14,7 +14,7 @@ extern "C" {
|
||||
typedef struct {} UpnpStateVarRequest;
|
||||
|
||||
|
||||
#include "String.h" // for UpnpString
|
||||
#include "UpnpString.h"
|
||||
|
||||
|
||||
#include "ixml.h" // for DOMString
|
||||
|
@ -13,7 +13,7 @@ extern "C" {
|
||||
typedef struct {} UpnpSubscriptionRequest;
|
||||
|
||||
|
||||
#include "String.h" // for UpnpString
|
||||
#include "UpnpString.h"
|
||||
|
||||
|
||||
/** Constructor */
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include "config.h"
|
||||
|
||||
|
||||
#include "String.h"
|
||||
#include "UpnpString.h"
|
||||
|
||||
|
||||
#include <stdlib.h> // for calloc(), free()
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user