Home
last modified time | relevance | path

Searched refs:functionCodeAbbr (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSrvLocHeader.java84 static final String[] functionCodeAbbr = { field in SrvLocHeader
678 if (functionCode > 0 && functionCode < functionCodeAbbr.length) { in getMsgType()
679 return functionCodeAbbr[functionCode]; in getMsgType()