(file) Return to slp.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / slp / Attic

Diff for /pegasus/src/slp/Attic/slp.cpp between version 1.15 and 1.16

version 1.15, 2002/08/24 16:01:42 version 1.16, 2002/08/27 18:05:21
Line 55 
Line 55 
   String s = String();   String s = String();
   Sint8 *buf = new Sint8[255];   Sint8 *buf = new Sint8[255];
   if( 0 == gethostname(buf, 254) )   if( 0 == gethostname(buf, 254) )
     s += buf;      s.append(buf);
   delete buf;   delete buf;
   return(s);   return(s);
 } }


Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2