Added headers that nsAutoLock needs.

This commit is contained in:
waterson%netscape.com 1999-02-04 00:39:49 +00:00
Родитель 8ffd3b76a9
Коммит 01610bdaeb
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -69,7 +69,9 @@
#ifndef nsAutoLock_h__
#define nsAutoLock_h__
#include "nscore.h"
#include "prlock.h"
#include "prlog.h"
// If you ever decide that you need to add a non-inline method to this
// class, be sure to change the class declaration to "class NS_BASE

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

@ -69,7 +69,9 @@
#ifndef nsAutoLock_h__
#define nsAutoLock_h__
#include "nscore.h"
#include "prlock.h"
#include "prlog.h"
// If you ever decide that you need to add a non-inline method to this
// class, be sure to change the class declaration to "class NS_BASE