Searched defs:theSLPConfig (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPConfig.java1030 protected static SLPConfig theSLPConfig = null; field in class:SLPConfig
1034 if (theSLPConfig == null) {
1035 theSLPConfig = new SLPConfig();
1038 return theSLPConfig;

Completed in 18 milliseconds