177173 - Exports required string headers to SDK, r=jag, sr=alecf, a=robert@ocallahan.org
git-svn-id: svn://10.0.0.236/trunk@132704 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
cad8f62db6
commit
8ad50dc8b8
@ -31,18 +31,23 @@ include $(DEPTH)/config/autoconf.mk
|
||||
MODULE = string
|
||||
|
||||
SDK_HEADERS = \
|
||||
nsAlgorithm.h \
|
||||
nsAString.h \
|
||||
nsBufferHandle.h \
|
||||
nsCharTraits.h \
|
||||
nsStringDefines.h \
|
||||
nsStringFragment.h \
|
||||
nsStringFwd.h \
|
||||
nsStringIterator.h \
|
||||
nsStringIteratorUtils.h \
|
||||
nsStringTraits.h \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
nsAFlatString.h \
|
||||
nsAlgorithm.h \
|
||||
nsASingleFragmentString.h \
|
||||
nsAStringGenerator.h \
|
||||
nsBufferHandleUtils.h \
|
||||
nsCharTraits.h \
|
||||
nsDependentConcatenation.h \
|
||||
nsDependentString.h \
|
||||
nsDependentSubstring.h \
|
||||
@ -54,11 +59,6 @@ EXPORTS = \
|
||||
nsSharableString.h \
|
||||
nsSharedBufferList.h \
|
||||
nsSlidingString.h \
|
||||
nsStringDefines.h \
|
||||
nsStringFwd.h \
|
||||
nsStringIterator.h \
|
||||
nsStringIteratorUtils.h \
|
||||
nsStringTraits.h \
|
||||
nsXPIDLString.h \
|
||||
$(NULL)
|
||||
|
||||
|
||||
@ -810,8 +810,10 @@ operator> ( const nsACString& lhs, const nsACString& rhs )
|
||||
}
|
||||
|
||||
// Once you've got strings, you shouldn't need to do anything else to have concatenation
|
||||
#ifndef XPCOM_GLUE
|
||||
#ifndef nsDependentConcatenation_h___
|
||||
#include "nsDependentConcatenation.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif // !defined(nsAString_h___)
|
||||
|
||||
@ -31,18 +31,23 @@ include $(DEPTH)/config/autoconf.mk
|
||||
MODULE = string
|
||||
|
||||
SDK_HEADERS = \
|
||||
nsAlgorithm.h \
|
||||
nsAString.h \
|
||||
nsBufferHandle.h \
|
||||
nsCharTraits.h \
|
||||
nsStringDefines.h \
|
||||
nsStringFragment.h \
|
||||
nsStringFwd.h \
|
||||
nsStringIterator.h \
|
||||
nsStringIteratorUtils.h \
|
||||
nsStringTraits.h \
|
||||
$(NULL)
|
||||
|
||||
EXPORTS = \
|
||||
nsAFlatString.h \
|
||||
nsAlgorithm.h \
|
||||
nsASingleFragmentString.h \
|
||||
nsAStringGenerator.h \
|
||||
nsBufferHandleUtils.h \
|
||||
nsCharTraits.h \
|
||||
nsDependentConcatenation.h \
|
||||
nsDependentString.h \
|
||||
nsDependentSubstring.h \
|
||||
@ -54,11 +59,6 @@ EXPORTS = \
|
||||
nsSharableString.h \
|
||||
nsSharedBufferList.h \
|
||||
nsSlidingString.h \
|
||||
nsStringDefines.h \
|
||||
nsStringFwd.h \
|
||||
nsStringIterator.h \
|
||||
nsStringIteratorUtils.h \
|
||||
nsStringTraits.h \
|
||||
nsXPIDLString.h \
|
||||
$(NULL)
|
||||
|
||||
|
||||
@ -810,8 +810,10 @@ operator> ( const nsACString& lhs, const nsACString& rhs )
|
||||
}
|
||||
|
||||
// Once you've got strings, you shouldn't need to do anything else to have concatenation
|
||||
#ifndef XPCOM_GLUE
|
||||
#ifndef nsDependentConcatenation_h___
|
||||
#include "nsDependentConcatenation.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif // !defined(nsAString_h___)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user