From 5c7db7cf98bdcdb11cc0e5f11187c284c65427b8 Mon Sep 17 00:00:00 2001 From: fgerlits Date: Thu, 23 Dec 2004 23:15:47 +0000 Subject: [PATCH] fixed a typo in UniqueId.h --- .../modules/core/include/LiveSupport/Core/UniqueId.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/livesupport/modules/core/include/LiveSupport/Core/UniqueId.h b/livesupport/modules/core/include/LiveSupport/Core/UniqueId.h index c8e1bb3e3..ece9a7d3a 100644 --- a/livesupport/modules/core/include/LiveSupport/Core/UniqueId.h +++ b/livesupport/modules/core/include/LiveSupport/Core/UniqueId.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.3 $ + Version : $Revision: 1.4 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/core/include/LiveSupport/Core/UniqueId.h,v $ ------------------------------------------------------------------------------*/ @@ -60,7 +60,7 @@ namespace Core { * A class representing globally unique identifiers. * * @author $Author: fgerlits $ - * @version $Revision: 1.3 $ + * @version $Revision: 1.4 $ */ class UniqueId { @@ -170,7 +170,7 @@ class UniqueId * * @return the numeric value of this id. */ - operator long long int () const throw () + operator IdType () const throw () { return id; }