177173 - Exports required string headers to SDK, r=jag, sr=alecf, a=robert@ocallahan.org

This commit is contained in:
dougt%netscape.com 2002-10-30 14:11:03 +00:00
Родитель 2fb11b7d84
Коммит ff5fb46b69
4 изменённых файлов: 18 добавлений и 14 удалений

Просмотреть файл

@ -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___)