addwd epicsShareClass to stringId

This commit is contained in:
Jeff Hill
1999-08-09 20:15:35 +00:00
parent e8a43e9aa2
commit 6378214b68
2 changed files with 2 additions and 4 deletions

View File

@@ -255,7 +255,7 @@ private:
//
// character string identifier
//
class stringId {
class epicsShareClass stringId {
public:
class dynamicMemoryAllocationFailed {}; // exception
@@ -769,7 +769,6 @@ stringId::stringId (const char * idIn, allocationType typeIn) :
//
const unsigned stringId::minIndexBitWidth = 8;
//
// const unsigned stringId::maxIndexBitWidth
//

View File

@@ -255,7 +255,7 @@ private:
//
// character string identifier
//
class stringId {
class epicsShareClass stringId {
public:
class dynamicMemoryAllocationFailed {}; // exception
@@ -769,7 +769,6 @@ stringId::stringId (const char * idIn, allocationType typeIn) :
//
const unsigned stringId::minIndexBitWidth = 8;
//
// const unsigned stringId::maxIndexBitWidth
//