src/common/header.h
changeset 1234 ca195a6a7e1e
parent 1232 2e8c3f8bb77f
child 1236 cfa5e0b39281
--- a/src/common/header.h	Wed Aug 08 09:49:56 2007 +0200
+++ b/src/common/header.h	Wed Aug 08 10:01:19 2007 +0200
@@ -91,7 +91,7 @@
 public:
 protected:
   template <typename T>
-  static uint32_t Register (std::string uuid);
+  static uint32_t AllocateUid (std::string uuid);
 #if 0
 private:
   /**
@@ -152,7 +152,7 @@
 
 template <typename T>
 uint32_t 
-Header::Register (std::string uuid)
+Header::AllocateUid (std::string uuid)
 {
   return ChunkRegistry::RegisterHeader<T> (uuid);
 }