This commit is contained in:
scc%mozilla.org 2000-09-09 04:40:01 +00:00
Родитель 9c9a645de8
Коммит 4337bf7aef
3 изменённых файлов: 12 добавлений и 3 удалений

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

@ -28,7 +28,10 @@
#include "nsBufferHandle.h"
/**
*
* This class is (will be) part of the machinery that makes
* most string implementations in this family share their underlying buffers
* when convenient. It is _not_ part of the abstract string interface,
* though other machinery interested in sharing buffers will know about it.
*/
template <class CharT>
class nsPrivateSharableString

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

@ -28,7 +28,10 @@
#include "nsBufferHandle.h"
/**
*
* This class is (will be) part of the machinery that makes
* most string implementations in this family share their underlying buffers
* when convenient. It is _not_ part of the abstract string interface,
* though other machinery interested in sharing buffers will know about it.
*/
template <class CharT>
class nsPrivateSharableString

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

@ -28,7 +28,10 @@
#include "nsBufferHandle.h"
/**
*
* This class is (will be) part of the machinery that makes
* most string implementations in this family share their underlying buffers
* when convenient. It is _not_ part of the abstract string interface,
* though other machinery interested in sharing buffers will know about it.
*/
template <class CharT>
class nsPrivateSharableString