Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

PsNameServer.cxx File Reference

#include <PsNameServer.h>
#include <unistd.h>

Include dependency graph for PsNameServer.cxx:

Include dependency graph

Go to the source code of this file.

Functions

bool operator== (const PsNameServer &source1, const PsNameServer &source2)


Function Documentation

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 }


logo OpenMask

Documentation generated on Mon Nov 25 15:25:18 2002

Generated with doxygen 1.2.12 by Dimitri van Heesch ,   1997-2001