ossp-pkg/uuid/uuid++.cc 1.2 -> 1.3
--- uuid++.cc 2005/08/31 20:07:29 1.2
+++ uuid++.cc 2005/08/31 20:08:15 1.3
@@ -32,10 +32,6 @@
#include "uuid++.hh"
-/*
-** ==== Low-Level C++ API (direct mapping of C API) ====
-*/
-
/* standard constructor */
uuid::uuid()
{
@@ -232,7 +228,7 @@
{
return (compare(obj) >= 0);
}
-
+
/* method: import binary representation */
void uuid::import(const void *bin)
{
@@ -248,7 +244,7 @@
if ((rc = uuid_import(ctx, UUID_FMT_STR, str, UUID_LEN_STR)) != UUID_RC_OK)
throw uuid_error_t(rc);
}
-
+
/* method: export binary representation */
void *uuid::binary(void)
{
|
|