#include <PsNameServer.h>#include <unistd.h>Include dependency graph for PsNameServer.cxx:

Go to the source code of this file.
Functions | |
| bool | operator== (const PsNameServer &source1, const PsNameServer &source2) |
|
||||||||||||
|
Definition at line 32 of file PsNameServer.cxx. References PsNameServer::getCanonicalRepresentation().
00033 {
00034 PsNameServer::CanonicalRepresentationType * canonicalRepresentation1 = source1.getCanonicalRepresentation() ;
00035 PsNameServer::CanonicalRepresentationType * canonicalRepresentation2 = source2.getCanonicalRepresentation() ;
00036 bool resul = *canonicalRepresentation1 == *canonicalRepresentation2 ;
00037 delete canonicalRepresentation1 ;
00038 delete canonicalRepresentation2 ;
00039 return resul ;
00040 }
|
| Documentation generated on Mon Nov 25 15:25:18 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |