bug #43585, r=sfraser, protect header from multiple inclusions

This commit is contained in:
pchen%netscape.com 2000-09-06 21:13:35 +00:00
Родитель cbef80e900
Коммит c87dfa9f17
2 изменённых файлов: 14 добавлений и 2 удалений

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

@ -19,6 +19,10 @@
*
* Contributor(s):
*/
#ifndef __NS_INTERNETCONFIG_H__
#define __NS_INTERNETCONFIG_H__
#include <InternetConfig.h>
#include "PRTypes.h"
#include "nsError.h"
@ -36,4 +40,6 @@ private:
static ICInstance sInstance;
static long sSeed;
static PRInt32 sRefCount;
};
};
#endif /* __NS_INTERNETCONFIG_H__ */

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

@ -19,6 +19,10 @@
*
* Contributor(s):
*/
#ifndef __NS_INTERNETCONFIG_H__
#define __NS_INTERNETCONFIG_H__
#include <InternetConfig.h>
#include "PRTypes.h"
#include "nsError.h"
@ -36,4 +40,6 @@ private:
static ICInstance sInstance;
static long sSeed;
static PRInt32 sRefCount;
};
};
#endif /* __NS_INTERNETCONFIG_H__ */