b=114957 r=rods sr=attinas a=asa Put declarations outside of ifdef. Fixes some linux optimized builds.

This commit is contained in:
dcone%netscape.com 2001-12-14 02:25:48 +00:00
Родитель 8effa93ca3
Коммит 9f89ebc032
3 изменённых файлов: 18 добавлений и 15 удалений

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

@ -422,6 +422,12 @@ public:
NS_IMETHOD GetLanguageSpecificTransformType(
nsLanguageSpecificTransformType* aType) = 0;
/**
* Set and get methods for controling the background drawing
*/
NS_IMETHOD GetBackgroundDraw(PRBool &aCanDraw)=0;
NS_IMETHOD SetBackgroundDraw(PRBool aCanDraw)=0;
#ifdef IBMBIDI
/**
* Check if bidi enabled (set depending on the presence of RTL
@ -509,11 +515,6 @@ public:
*/
NS_IMETHOD GetBidiCharset(nsAWritableString &aCharSet) = 0;
/**
* Set and get methods for controling the background drawing
*/
NS_IMETHOD GetBackgroundDraw(PRBool &aCanDraw)=0;
NS_IMETHOD SetBackgroundDraw(PRBool aCanDraw)=0;
#endif // IBMBIDI

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

@ -422,6 +422,12 @@ public:
NS_IMETHOD GetLanguageSpecificTransformType(
nsLanguageSpecificTransformType* aType) = 0;
/**
* Set and get methods for controling the background drawing
*/
NS_IMETHOD GetBackgroundDraw(PRBool &aCanDraw)=0;
NS_IMETHOD SetBackgroundDraw(PRBool aCanDraw)=0;
#ifdef IBMBIDI
/**
* Check if bidi enabled (set depending on the presence of RTL
@ -509,11 +515,6 @@ public:
*/
NS_IMETHOD GetBidiCharset(nsAWritableString &aCharSet) = 0;
/**
* Set and get methods for controling the background drawing
*/
NS_IMETHOD GetBackgroundDraw(PRBool &aCanDraw)=0;
NS_IMETHOD SetBackgroundDraw(PRBool aCanDraw)=0;
#endif // IBMBIDI

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

@ -422,6 +422,12 @@ public:
NS_IMETHOD GetLanguageSpecificTransformType(
nsLanguageSpecificTransformType* aType) = 0;
/**
* Set and get methods for controling the background drawing
*/
NS_IMETHOD GetBackgroundDraw(PRBool &aCanDraw)=0;
NS_IMETHOD SetBackgroundDraw(PRBool aCanDraw)=0;
#ifdef IBMBIDI
/**
* Check if bidi enabled (set depending on the presence of RTL
@ -509,11 +515,6 @@ public:
*/
NS_IMETHOD GetBidiCharset(nsAWritableString &aCharSet) = 0;
/**
* Set and get methods for controling the background drawing
*/
NS_IMETHOD GetBackgroundDraw(PRBool &aCanDraw)=0;
NS_IMETHOD SetBackgroundDraw(PRBool aCanDraw)=0;
#endif // IBMBIDI