From a7c44a1356a8ee1384d70dd98941e00c89ec2702 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 12 Mar 2013 05:26:44 +0000 Subject: Bu::Uuid now supports being formatted, it uses the standard toString() method. The new cache is really coming along now. --- src/unstable/uuid.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/unstable/uuid.h') diff --git a/src/unstable/uuid.h b/src/unstable/uuid.h index e7c5f00..35cb69c 100644 --- a/src/unstable/uuid.h +++ b/src/unstable/uuid.h @@ -64,8 +64,10 @@ namespace Bu template<> bool __cmpHashKeys( const Uuid &a, const Uuid &b ); + class Formatter; Bu::ArchiveBase &operator>>( Bu::ArchiveBase &ar, Uuid &u ); Bu::ArchiveBase &operator<<( Bu::ArchiveBase &ar, const Uuid &u ); + Bu::Formatter &operator<<( Bu::Formatter &f, const Uuid &u ); }; #endif -- cgit v1.2.3