PseudoUuidGenerator Class Reference

Generator for values of PseudoUuid. More...

#include <PseudoUuid.h>

Inheritance diagram for PseudoUuidGenerator:

JniPseudoUuidGenerator List of all members.

Public Member Functions

virtual ~PseudoUuidGenerator ()
virtual void generateUuid (PseudoUuid &pseudoUuid)
 Generates a new UUID value.

Detailed Description

Generator for values of PseudoUuid.

Default implementation just calls PseudoUuid.generate() to use whatever OS implementation was supplied by the Fennel build, but subclasses may override (e.g. to call to a Java-based generator).

Definition at line 134 of file PseudoUuid.h.


Constructor & Destructor Documentation

PseudoUuidGenerator::~PseudoUuidGenerator (  )  [virtual]

Definition at line 196 of file PseudoUuid.cpp.

00197 {
00198 }


Member Function Documentation

void PseudoUuidGenerator::generateUuid ( PseudoUuid pseudoUuid  )  [virtual]

Generates a new UUID value.

Parameters:
pseudoUuid receives the generated value

Reimplemented in JniPseudoUuidGenerator.

Definition at line 200 of file PseudoUuid.cpp.

References PseudoUuid::generate().

00201 {
00202     pseudoUuid.generate();
00203 }


The documentation for this class was generated from the following files:
Generated on Mon Jun 22 04:00:44 2009 for Fennel by  doxygen 1.5.1